mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-11-21 15:05:21 +00:00
c4b29b735c
This PR updates Ironwood to include the new RTT-based link costing and updates `yggdrasilctl` to report the cost in `getPeers`. Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
12 lines
193 B
YAML
12 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
|