Skip to content

Commit

Permalink
Merge pull request #578 from prometheus/mr/govet-all
Browse files Browse the repository at this point in the history
Enable all govet linters except fieldalignment
  • Loading branch information
matthiasr authored Sep 15, 2024
2 parents 658dadb + 77d911b commit eccf511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ linters:
- whitespace
linters-settings:
govet:
check-shadowing: true
enable-all: true
disable:
- fieldalignment
issues:
exclude-use-default: false
exclude:
Expand Down

0 comments on commit eccf511

Please sign in to comment.