From 1457921142cd6c80f2ec4c35d9b67313f0b6b719 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Fri, 2 Jun 2023 16:08:00 +0200 Subject: [PATCH] Remove the depguard from the list of enabled linters It seems that it flags some imports which are part of the project. Signed-off-by: Cosmin Cojocar --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index b12140a..d6c5de7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,7 +2,6 @@ linters: enable: - asciicheck - bodyclose - - depguard - dogsled - durationcheck - errcheck