2019-07-25 13:53:00 +03:00
|
|
|
run:
|
|
|
|
concurrency: 8
|
|
|
|
deadline: 5m
|
|
|
|
tests: false
|
|
|
|
linters:
|
|
|
|
enable-all: true
|
|
|
|
disable:
|
2019-11-18 20:46:09 +03:00
|
|
|
- funlen
|
2019-07-25 13:53:00 +03:00
|
|
|
- gochecknoglobals
|
2020-07-16 10:01:27 +03:00
|
|
|
- gochecknoinits
|
2019-11-18 20:46:09 +03:00
|
|
|
- gocognit
|
2019-07-25 13:53:00 +03:00
|
|
|
- goconst
|
2019-11-18 20:46:09 +03:00
|
|
|
- godox
|
2019-07-25 13:53:00 +03:00
|
|
|
- gosec
|
|
|
|
- maligned
|
2019-11-18 20:46:09 +03:00
|
|
|
- wsl
|
2020-07-16 10:01:27 +03:00
|
|
|
- gomnd
|
|
|
|
- goerr113
|
|
|
|
- exhaustive
|
|
|
|
- nestif
|
2020-10-22 09:40:20 +03:00
|
|
|
- nlreturn
|
2020-11-17 17:08:15 +03:00
|
|
|
- exhaustivestruct
|
|
|
|
- wrapcheck
|
|
|
|
- errorlint
|