Skip to content

Commit

Permalink
ci: disable depguard linter
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gasch <[email protected]>
  • Loading branch information
embano1 committed Jul 1, 2023
1 parent c4f5591 commit f9e10ff
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions vmware-event-router/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
linters-settings:
depguard:
list-type: blacklist
packages:
# logging is allowed only by logutils.Log, logrus
# is allowed to use only in logutils package
- github.com/sirupsen/logrus
packages-with-error-message:
- github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
dupl:
threshold: 100
funlen:
Expand Down Expand Up @@ -65,7 +57,7 @@ linters:
enable:
- bodyclose
# - deadcode
- depguard
# - depguard
- dogsled
- dupl
- errcheck
Expand Down

0 comments on commit f9e10ff

Please sign in to comment.