From 3b72282a9f204e9ac13275c507a84cd16bbbd8bc Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 5 Jan 2024 14:40:44 +0100 Subject: [PATCH] Disable depguard depguard has switch from a deny list to an allow list, so it rejects everything by default. Since depguard wasn't previously configured to deny anything, this disables it entirely (no linting is lost). Signed-off-by: Stephen Kitt --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index b774272..b98b1f1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -3,7 +3,6 @@ linters: enable: - bodyclose - deadcode - - depguard - dogsled - dupl - errcheck