Skip to content

Commit

Permalink
Disable depguard
Browse files Browse the repository at this point in the history
depguard has switch from a deny list to an allow list, so it rejects
everything by default. Since depguard wasn't previously configured to
deny anything, this disables it entirely (no linting is lost).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt committed Jan 5, 2024
1 parent 94e4287 commit 3b72282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ linters:
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
Expand Down

0 comments on commit 3b72282

Please sign in to comment.