diff --git a/vmware-event-router/.golangci.yml b/vmware-event-router/.golangci.yml index a0fa4809..50b320e5 100644 --- a/vmware-event-router/.golangci.yml +++ b/vmware-event-router/.golangci.yml @@ -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: @@ -65,7 +57,7 @@ linters: enable: - bodyclose # - deadcode - - depguard + # - depguard - dogsled - dupl - errcheck