redis/.golangci.yml

16 lines
205 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
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