Skip to content

Commit

Permalink
add annoying linter to golangci
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Sep 19, 2023
1 parent 2d87085 commit b7c6e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ issues:
linters:
enable-all: true
disable:
- depguard

- exhaustivestruct
- revive
- lll
Expand Down

0 comments on commit b7c6e0e

Please sign in to comment.