Skip to content

Commit

Permalink
golangci-lint: enable all govet checks
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Oct 16, 2022
1 parent 3e945d5 commit ba8946a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ linters:
linters-settings:
govet:
check-shadowing: true
enable-all: true
settings:
shadow:
strict: true
Expand Down

0 comments on commit ba8946a

Please sign in to comment.