add annoying linter to golangci

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2023-07-17 11:12:59 +02:00 committed by Kristoffer Dalby
parent 2d87085cbc
commit b7c6e0ec88
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ issues:
linters:
enable-all: true
disable:
- depguard
- exhaustivestruct
- revive
- lll