codecoroner icon indicating copy to clipboard operation
codecoroner copied to clipboard

False positive: ignore unused method receiver

Open dolmen opened this issue 7 years ago • 0 comments

For style consistency a method receiver variable might be defined for all methods of a type even for methods where the receiver is not used. Signaling unused method receivers variables pollutes the output.

Related: #21

dolmen avatar Sep 21 '18 09:09 dolmen