summaryrefslogtreecommitdiff
path: root/vendor/github.com/tdewolff/parse/v2/.golangci.yml
blob: 7009f9201362aba6d8e2e334fc33b0985467a6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
linters:
  enable:
  - depguard
  - dogsled
  - gofmt
  - goimports
  - golint
  - gosec
  - govet
  - megacheck
  - misspell
  - nakedret
  - prealloc
  - unconvert
  - unparam
  - wastedassign