aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/v8/.golangci.yml
blob: d15b5ac5871aa2574cd892d80d2db8eeb56aed26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
run:
  concurrency: 8
  deadline: 5m
  tests: false
linters:
  enable-all: true
  disable:
    - funlen
    - gochecknoglobals
    - gochecknoinits
    - gocognit
    - goconst
    - godox
    - gosec
    - maligned
    - wsl
    - gomnd
    - goerr113
    - exhaustive
    - nestif
    - nlreturn
    - exhaustivestruct
    - wrapcheck
    - errorlint
    - cyclop
    - forcetypeassert