Skip to content

Commit

Permalink
Remove the depguard from the list of enabled linters
Browse files Browse the repository at this point in the history
It seems that it flags some imports which are part of the project.

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
ccojocar committed Jun 2, 2023
1 parent 1f68996 commit 1457921
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 @@ -2,7 +2,6 @@ linters:
enable:
- asciicheck
- bodyclose
- depguard
- dogsled
- durationcheck
- errcheck
Expand Down

0 comments on commit 1457921

Please sign in to comment.