Skip to content

Commit

Permalink
Merge pull request #710 from mythi/use-revive-linter
Browse files Browse the repository at this point in the history
🏃 golangci-lint: use revive instead of golint linter
  • Loading branch information
k8s-ci-robot committed Jul 28, 2022
2 parents ebdf517 + ebeb7bc commit 8a80a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -120,7 +120,7 @@ header_text "running golangci-lint"

golangci-lint run --disable-all \
--enable=misspell \
--enable=golint \
--enable=revive \
--enable=govet \
--enable=deadcode \
--enable=goimports \
Expand Down

0 comments on commit 8a80a3b

Please sign in to comment.