forked from mirrors/statsd_exporter
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:
|
||||
issues-exit-code: 1
|
||||
tests: true
|
||||
skip-dirs:
|
||||
- vendor
|
||||
linters:
|
||||
disable-all: true
|
||||
disable:
|
||||
- errcheck
|
||||
enable:
|
||||
- deadcode
|
||||
- goimports
|
||||
|
|
Loading…
Reference in a new issue