Skip to content

Commit

Permalink
Update CI golangci-lint checks to avoid deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefftree committed Sep 14, 2022
1 parent f69ced4 commit 8fd4393
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 8fd4393

Please sign in to comment.