codecoroner
codecoroner copied to clipboard
False positive: ignore unsued variables defined as function arguments
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.