aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yml
blob: c53f64cc0e102389477abad67b51bb295f357545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
run:
  modules-download-mode: vendor

linters:
  enable:
  - golint

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

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