2020-09-28 02:39:46 +05:30
|
|
|
run:
|
|
|
|
concurrency: 8
|
|
|
|
deadline: 5m
|
|
|
|
tests: false
|
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
|
|
|
- funlen
|
|
|
|
- gochecknoglobals
|
2021-02-11 02:58:32 +05:30
|
|
|
- gochecknoinits
|
2020-09-28 02:39:46 +05:30
|
|
|
- gocognit
|
|
|
|
- goconst
|
|
|
|
- godox
|
|
|
|
- gosec
|
|
|
|
- maligned
|
|
|
|
- wsl
|
2021-02-11 02:58:32 +05:30
|
|
|
- gomnd
|
|
|
|
- goerr113
|
|
|
|
- exhaustive
|
|
|
|
- nestif
|
|
|
|
- nlreturn
|
|
|
|
- exhaustivestruct
|
|
|
|
- wrapcheck
|
|
|
|
- errorlint
|