mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-25 08:41:00 +00:00
fix: remove vendor and disable-all options, disable the errcheck linter
Signed-off-by: akartasov <agneum@gmail.com>
This commit is contained in:
parent
b60989291b
commit
697eb33e2c
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
run:
|
run:
|
||||||
issues-exit-code: 1
|
issues-exit-code: 1
|
||||||
tests: true
|
tests: true
|
||||||
skip-dirs:
|
|
||||||
- vendor
|
|
||||||
linters:
|
linters:
|
||||||
disable-all: true
|
disable:
|
||||||
|
- errcheck
|
||||||
enable:
|
enable:
|
||||||
- deadcode
|
- deadcode
|
||||||
- goimports
|
- goimports
|
||||||
|
|
Loading…
Reference in a new issue