codecoroner
codecoroner copied to clipboard
False positive: ignore unused method receiver
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