codecoroner icon indicating copy to clipboard operation
codecoroner copied to clipboard

False positive: ignore unused function arguments in a function type definition

Open dolmen opened this issue 7 years ago • 0 comments

type set f(str string)

str should not be reported as unused as str is useful as documentation.

Note: this is a particular subcase of #21.

dolmen avatar Sep 21 '18 09:09 dolmen