summaryrefslogtreecommitdiff
path: root/vendor/github.com/gorilla/context/.golangci.yml
blob: 1def5e62740f585fceedf9954077eff871ad66d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
linters:
  enable:
    - errcheck
    - gosimple
    - govet
    - ineffassign
    - staticcheck
    - unused
    - contextcheck
    - goconst
    - gofmt
    - misspell