Files
avo/.golangci.yml

24 lines
367 B
YAML
Raw Normal View History

2018-12-05 00:49:12 -08:00
linters:
enable-all: false
enable:
- structcheck
- varcheck
- ineffassign
- typecheck
- megacheck
- deadcode
- govet
- errcheck
- goimports
- depguard
- goconst
- unconvert
- gocritic
linters-settings:
depguard:
list-type: whitelist
packages:
- github.com/mmcloughlin/avo
2018-12-17 21:13:00 -08:00
- golang.org/x/