aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/v7/.golangci.yml
blob: 912dab1ef392d4513782f31225883fe3d46704f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
run:
  concurrency: 8
  deadline: 5m
  tests: false
linters:
  enable-all: true
  disable:
    - funlen
    - gochecknoglobals
    - gocognit
    - goconst
    - godox
    - gosec
    - maligned
    - wsl