From f9e10ff3c698aa1840cdb7c64e6e6a6a92b5599f Mon Sep 17 00:00:00 2001 From: Michael Gasch <15986659+embano1@users.noreply.github.com> Date: Sat, 1 Jul 2023 08:18:17 +0200 Subject: [PATCH] ci: disable depguard linter Signed-off-by: Michael Gasch <15986659+embano1@users.noreply.github.com> --- vmware-event-router/.golangci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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