Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: replace deprecated linter names
`megacheck` has been deprecated/split into `gosimple`, `staticcheck`, and `unused`, which we're already using. https://github.com/golangci/golangci-lint/blob/d2b439faa53bc7d0645049c3e23fc858736b8cc4/pkg/lint/lintersdb/validator_test.go#L227 `vet` is now `govet`. https://github.com/golangci/golangci-lint/blame/d2b439faa53bc7d0645049c3e23fc858736b8cc4/pkg/lint/lintersdb/validator_test.go#L228 For more context, see: golangci/golangci-lint#4562 Signed-off-by: Laura Brehm <[email protected]>
- Loading branch information