Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
Remove deprecated linters.

Temporarily disable revive to reduce noise in
golangci-lint 1.52.2.
  • Loading branch information
fxamacker authored May 18, 2023
1 parent 2506a6c commit de6c7eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ linters-settings:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- goconst
- gocyclo
Expand All @@ -51,13 +50,11 @@ linters:
- govet
- ineffassign
- misspell
- revive
# - revive # temporarily disabled to reduce noise in golangci-lint 1.52.2
- staticcheck
- structcheck
- typecheck
- unconvert
- unused
- varcheck

issues:
# max-issues-per-linter default is 50. Set to 0 to disable limit.
Expand Down

0 comments on commit de6c7eb

Please sign in to comment.