codecoroner icon indicating copy to clipboard operation
codecoroner copied to clipboard

False positive: ignore unsued variables defined as function arguments

Open dolmen opened this issue 7 years ago • 0 comments

Unused variables defined in the signature of a function should not be flagged as unused because those variables names are helpful as documentation even if not referenced in the function body.

dolmen avatar Sep 21 '18 09:09 dolmen