mgechev / revive

🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
https://revive.run
MIT License
4.78k stars 279 forks source link

Fix false positive confusing-naming error on generics with pointer type receiver #985

Closed Entuazism closed 4 months ago

Entuazism commented 4 months ago

Fix logic to handle expressions that include pointers to generic types. Add test data

Closes https://github.com/mgechev/revive/issues/982