1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-10 13:46:46 +02:00

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
parent 75bc38c6a7
commit 34444fb842
No known key found for this signature in database

View File

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