Closed
Description
Is your feature request related to a problem? Please describe.
It looks like in response to #199 gochecknoglobals was ported into golangci-lint, but it's also out-of-date, as the latest gochecknoglobals makes some new exceptions.
Describe the solution you'd like
Would it be possible for golandci-lint to call out to gochecknoglobals to make updating easier here, or is there a pattern I can follow to make it possible to hook into so you can simply import and call?
Alternatively the implementation in golangci-lint needs updating to pickup the new changes to maintain consistency.