Skip to content

Commit

Permalink
chore(golangci): remove govet deleted option
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianpaquier committed Mar 30, 2024
1 parent 1d7c642 commit fe9d114
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ linters-settings:
exclude-generated: true

govet:
# Report about shadowed variables.
# Default: false
check-shadowing: false
# Enable all analyzers.
# Default: false
enable-all: true
Expand Down

0 comments on commit fe9d114

Please sign in to comment.