Merge pull request #578 from prometheus/mr/govet-all

Enable all govet linters except fieldalignment
This commit is contained in:
Matthias Rampke 2024-09-15 09:54:28 +00:00 committed by GitHub
commit eccf511051
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,9 @@ linters:
- whitespace
linters-settings:
govet:
check-shadowing: true
enable-all: true
disable:
- fieldalignment
issues:
exclude-use-default: false
exclude: