mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
11 lines
193 B
YAML
11 lines
193 B
YAML
run:
|
|
build-tags:
|
|
- lint
|
|
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
|
|
issues:
|
|
exclude-dirs:
|
|
- contrib/
|
|
- misc/
|
|
linters:
|
|
disable:
|
|
- gocyclo
|