gojp / goreportcard

A report card for your Go application
https://goreportcard.com
Apache License 2.0
1.99k stars 252 forks source link

"nolint" directive is lose effectiveness #335

Closed For-ACGN closed 3 years ago

For-ACGN commented 3 years ago

I add "// nolint" and "// nolint: gocyclo" directives to my project, but it is lose effectiveness in https://goreportcard.com/ however I used the latest gometalinter: https://github.com/alecthomas/gometalinter/releases/tag/v3.0.0 and deploy the latest goreportcard on my server, after that test my project, it is become effective.

I think goreportcard on https://goreportcard.com/ maybe use old "goreportcard" or "gometalinter", if it is, please upgrade these programs.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 60 days with no activity.