fix: remove vendor and disable-all options, disable the errcheck linter

Signed-off-by: akartasov <agneum@gmail.com>
This commit is contained in:
akartasov 2021-10-25 09:13:44 +07:00
parent b60989291b
commit 697eb33e2c
No known key found for this signature in database
GPG key ID: 9EDC00917A50AED6

View file

@ -1,10 +1,9 @@
run:
issues-exit-code: 1
tests: true
skip-dirs:
- vendor
linters:
disable-all: true
disable:
- errcheck
enable:
- deadcode
- goimports