yggdrasil-go/.golangci.yml
2020-09-27 13:51:34 +01:00

9 lines
No EOL
160 B
YAML

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