yggdrasil-go/.golangci.yml
2020-09-27 14:11:26 +01:00

11 lines
No EOL
186 B
YAML

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