Files
yggdrasil-go/.golangci.yml
Neil c4b29b735c
Yggdrasil / Lint (push) Waiting to run
Yggdrasil / Analyse (push) Waiting to run
Yggdrasil / Build & Test (Linux, Go ${{ matrix.goversion }}) (1.21) (push) Blocked by required conditions
Yggdrasil / Build & Test (Linux, Go ${{ matrix.goversion }}) (1.22) (push) Blocked by required conditions
Yggdrasil / Build & Test (Linux, Go ${{ matrix.goversion }}) (1.23) (push) Blocked by required conditions
Yggdrasil / Build & Test (Windows, Go ${{ matrix.goversion }}) (1.21) (push) Blocked by required conditions
Yggdrasil / Build & Test (Windows, Go ${{ matrix.goversion }}) (1.22) (push) Blocked by required conditions
Yggdrasil / Build & Test (Windows, Go ${{ matrix.goversion }}) (1.23) (push) Blocked by required conditions
Yggdrasil / Build & Test (macOS, Go ${{ matrix.goversion }}) (1.21) (push) Blocked by required conditions
Yggdrasil / Build & Test (macOS, Go ${{ matrix.goversion }}) (1.22) (push) Blocked by required conditions
Yggdrasil / Build & Test (macOS, Go ${{ matrix.goversion }}) (1.23) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (freebsd, 1.21) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (freebsd, 1.22) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (freebsd, 1.23) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (openbsd, 1.21) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (openbsd, 1.22) (push) Blocked by required conditions
Yggdrasil / Build (Cross ${{ matrix.goos }}, Go ${{ matrix.goversion }}) (openbsd, 1.23) (push) Blocked by required conditions
Yggdrasil / All tests passed (push) Blocked by required conditions
Link costing based on average RTT (#1171)
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>
2024-09-21 22:05:23 +00:00

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