add annoying linter to golangci

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
pull/1549/head
Kristoffer Dalby 10 months ago committed by Kristoffer Dalby
parent 2d87085cbc
commit b7c6e0ec88
  1. 2
      .golangci.yaml

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

Loading…
Cancel
Save