mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-08 21:40:28 +00:00
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
|