Files
avo/.golangci.yml
2018-12-31 11:01:50 -08:00

28 lines
423 B
YAML

linters:
enable-all: false
enable:
- gosimple
- misspell
- gocyclo
- gofmt
- structcheck
- varcheck
- ineffassign
- typecheck
- megacheck
- deadcode
- govet
- errcheck
- goimports
- depguard
- goconst
- unconvert
- gocritic
linters-settings:
depguard:
list-type: whitelist
packages:
- github.com/mmcloughlin/avo
- golang.org/x/