chore: don't enable all lints

This commit is contained in:
Vladimir Mihailenco 2021-11-19 17:09:58 +02:00
parent 9b48b5e45f
commit 383aa369b4
1 changed files with 0 additions and 23 deletions

View File

@ -2,26 +2,3 @@ run:
concurrency: 8
deadline: 5m
tests: false
linters:
enable-all: true
disable:
- funlen
- gochecknoglobals
- gochecknoinits
- gocognit
- goconst
- godox
- gosec
- maligned
- wsl
- gomnd
- goerr113
- exhaustive
- nestif
- nlreturn
- exhaustivestruct
- wrapcheck
- errorlint
- cyclop
- forcetypeassert
- forbidigo