summaryrefslogtreecommitdiff
path: root/vendor/github.com/sourcegraph/conc/.golangci.yml
blob: ae65a760a92de423f86df4dee374c93cd142a953 (plain)
1
2
3
4
5
6
7
8
9
10
11
linters:
  disable-all: true
  enable:
    - errcheck
    - godot
    - gosimple
    - govet
    - ineffassign
    - staticcheck
    - typecheck
    - unused