Skip to content

Commit

Permalink
Merge pull request #723 from Jefftree/ci-unused
Browse files Browse the repository at this point in the history
 馃悰 Update CI golangci-lint checks to avoid deprecated linters
  • Loading branch information
k8s-ci-robot committed Nov 15, 2022
2 parents 86faf72 + 8fd4393 commit d2d85ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.sh
Expand Up @@ -122,10 +122,9 @@ golangci-lint run --disable-all \
--enable=misspell \
--enable=revive \
--enable=govet \
--enable=deadcode \
--enable=unused \
--enable=goimports \
--enable=errcheck \
--enable=varcheck \
--enable=unparam \
--enable=ineffassign \
--enable=nakedret \
Expand Down

0 comments on commit d2d85ce

Please sign in to comment.