redis/.golangci.yml

27 lines
388 B
YAML
Raw Normal View History

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
- nlreturn
2020-11-17 17:08:15 +03:00
- exhaustivestruct
- wrapcheck
- errorlint
2021-03-23 11:55:14 +03:00
- cyclop
- forcetypeassert