Redo route code (#2422)

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-02-26 07:22:55 -08:00 committed by GitHub
parent 16868190c8
commit 7891378f57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 2977 additions and 6251 deletions

View file

@ -10,8 +10,6 @@ issues:
linters:
enable-all: true
disable:
- depguard
- revive
- lll
- gofmt
@ -28,6 +26,7 @@ linters:
- musttag # causes issues with imported libs
- depguard
- exportloopref
- tenv
# We should strive to enable these:
- wrapcheck
@ -59,6 +58,11 @@ linters-settings:
- tt
- tx
- rx
- sb
- wg
- pr
- p
- p2
gocritic:
disabled-checks: