mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-01-03 11:08:42 +00:00
remove inactive linters
Signed-off-by: Matthias Rampke <matthias@prometheus.io>
This commit is contained in:
parent
4fcebbde52
commit
da51813af4
1 changed files with 0 additions and 3 deletions
|
@ -5,16 +5,13 @@ linters:
|
||||||
disable:
|
disable:
|
||||||
- errcheck
|
- errcheck
|
||||||
enable:
|
enable:
|
||||||
- deadcode
|
|
||||||
- goimports
|
- goimports
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
- ineffassign
|
- ineffassign
|
||||||
- nakedret
|
- nakedret
|
||||||
- staticcheck
|
- staticcheck
|
||||||
- structcheck
|
|
||||||
- unused
|
- unused
|
||||||
- varcheck
|
|
||||||
- whitespace
|
- whitespace
|
||||||
linters-settings:
|
linters-settings:
|
||||||
govet:
|
govet:
|
||||||
|
|
Loading…
Reference in a new issue