1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
go-redis/.golangci.yml
Vladimir Mihailenco 38c87c1f84 Fix golangci
2020-07-16 10:01:27 +03:00

22 lines
297 B
YAML

run:
concurrency: 8
deadline: 5m
tests: false
linters:
enable-all: true
disable:
- funlen
- gochecknoglobals
- gochecknoinits
- gocognit
- goconst
- godox
- gosec
- maligned
- wsl
- gomnd
- goerr113
- exhaustive
- gofumpt
- nestif