mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
11 lines
No EOL
186 B
YAML
11 lines
No EOL
186 B
YAML
---
|
|
run:
|
|
build-tags:
|
|
- debug
|
|
issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
|
|
skip-dirs:
|
|
- contrib/
|
|
- misc/
|
|
linters:
|
|
disable:
|
|
- gocyclo |