redis/.golangci.yml

22 lines
297 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
- gofumpt
- nestif