2020-09-27 21:09:46 +00:00
|
|
|
run:
|
|
|
|
concurrency: 8
|
|
|
|
deadline: 5m
|
|
|
|
tests: false
|
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
|
|
|
- funlen
|
|
|
|
- gochecknoglobals
|
2021-02-10 21:28:32 +00:00
|
|
|
- gochecknoinits
|
2020-09-27 21:09:46 +00:00
|
|
|
- gocognit
|
|
|
|
- goconst
|
|
|
|
- godox
|
|
|
|
- gosec
|
|
|
|
- maligned
|
|
|
|
- wsl
|
2021-02-10 21:28:32 +00:00
|
|
|
- gomnd
|
|
|
|
- goerr113
|
|
|
|
- exhaustive
|
|
|
|
- nestif
|
|
|
|
- nlreturn
|
|
|
|
- exhaustivestruct
|
|
|
|
- wrapcheck
|
|
|
|
- errorlint
|
2021-04-23 00:08:53 +00:00
|
|
|
- cyclop
|
|
|
|
- forcetypeassert
|