yggdrasil-go/.golangci.yml
Neil Alexander 9286bed140
Tweaks
2020-09-27 14:23:40 +01:00

10 lines
No EOL
181 B
YAML

run:
build-tags:
- lint
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
skip-dirs:
- contrib/
- misc/
linters:
disable:
- gocyclo