Diagnostics: don't report unused-parameter
for function declarations
#249
Labels
diagnostics
Any diagnostic messages: from the language server, client extension or other tools, like Misti
Milestone
For example, the
value
parameter in the following declaration is reported as unused:I suggest that unused parameter diagnostic should only apply to definitions with some body, i.e.
{ ... }
The text was updated successfully, but these errors were encountered: