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:
|
||||
- errcheck
|
||||
enable:
|
||||
- deadcode
|
||||
- goimports
|
||||
- gosimple
|
||||
- govet
|
||||
- ineffassign
|
||||
- nakedret
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- unused
|
||||
- varcheck
|
||||
- whitespace
|
||||
linters-settings:
|
||||
govet:
|
||||
|
|
Loading…
Reference in a new issue