mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03: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
|