mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-12-22 13:36:33 +00:00
Merge pull request #578 from prometheus/mr/govet-all
Enable all govet linters except fieldalignment
This commit is contained in:
commit
eccf511051
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ linters:
|
|||
- whitespace
|
||||
linters-settings:
|
||||
govet:
|
||||
check-shadowing: true
|
||||
enable-all: true
|
||||
disable:
|
||||
- fieldalignment
|
||||
issues:
|
||||
exclude-use-default: false
|
||||
exclude:
|
||||
|
|
Loading…
Reference in a new issue