Skip to content

golangci-lint: Remove unused megacheck lint

Will Chandler (ex-GitLab) requested to merge wc/remove-megacheck into master

The megacheck lint is deprecated as of golangci-lint v1.59.0 and has been split into gosimple, staticcheck, and unused lints. We already have all of the above enabled, so remove megacheck.

Merge request reports