summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
blob: 61f36a0c4ad706df1cbac47b7575ca01581063c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
run:
  timeout: 10m

linters:
  enable:
    - errcheck
    - goimports
    - gofmt
    - gosec
    - gocritic
    - unused
    - misspell
    - revive