forked from mirror/redis
chore: don't enable all lints
This commit is contained in:
parent
9b48b5e45f
commit
383aa369b4
|
@ -2,26 +2,3 @@ run:
|
||||||
concurrency: 8
|
concurrency: 8
|
||||||
deadline: 5m
|
deadline: 5m
|
||||||
tests: false
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue