mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-08 19:20:29 +00:00
1492738c9e
* golangci-lint in CI * Put CI in own job * Run verify job * Use go get * Fix typo * Name lint instead of verify * Read the config * Use debug tag * Tweaks
10 lines
181 B
YAML
10 lines
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 |