mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-12-22 21:46:28 +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
|
- whitespace
|
||||||
linters-settings:
|
linters-settings:
|
||||||
govet:
|
govet:
|
||||||
check-shadowing: true
|
enable-all: true
|
||||||
|
disable:
|
||||||
|
- fieldalignment
|
||||||
issues:
|
issues:
|
||||||
exclude-use-default: false
|
exclude-use-default: false
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue