summaryrefslogtreecommitdiff
path: root/vendor/github.com/vmihailenco/msgpack/v5/.golangci.yml
blob: 6adfbd6557d253f152b78c15010050c67664c34b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
run:
  concurrency: 8
  deadline: 5m
  tests: false
linters:
  enable-all: true
  disable:
    - gochecknoglobals
    - gocognit
    - godox
    - wsl
    - funlen
    - gochecknoinits
    - gomnd
    - nlreturn
    - goerr113
    - exhaustive
    - nestif