Redo route code (#2422)
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
16868190c8
commit
7891378f57
53 changed files with 2977 additions and 6251 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue