aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
blob: e759f9ada2d5d30e7d68bf98b246c4475d0c67c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
linters:
  enable:
  - golint

issues:
  exclude-rules:
  - path: _test.go
    linters:
    - errcheck

linters-settings:
  errcheck:
    exclude: scripts/errcheck_excludes.txt