Skip to content

Commit

Permalink
lint: remove depguard
Browse files Browse the repository at this point in the history
depguard broke its CLI and I don't have the nerves for that
  • Loading branch information
jwkohnen committed Oct 9, 2023
1 parent 3919285 commit b193d1f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
Expand Down Expand Up @@ -46,10 +45,6 @@ linters:
linters-settings:
lll:
line-length: 120
depguard:
list-type: denylist
packages:
- github.com/sirupsen/logrus
funlen:
lines: 110
statements: 50
Expand Down

0 comments on commit b193d1f

Please sign in to comment.