golangci: disable varnamelen

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-07-06 12:37:53 +02:00 committed by Kristoffer Dalby
parent 73023c2ec3
commit 22e6094a90

View File

@ -24,6 +24,7 @@ linters:
- revive
- tagliatelle
- testpackage
- varnamelen
- wrapcheck
- wsl
settings: