From c3cbc50cdd80ad9d74116cd67cce9ab9f786c8df Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 5 Jun 2023 23:30:26 +0200 Subject: [PATCH] [ci] Remove linter gone haywire Signed-off-by: Knut Ahlers --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 114e9c4..068a8bc 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -39,7 +39,6 @@ linters: enable: - asciicheck # Simple linter to check that your code does not contain non-ASCII identifiers [fast: true, auto-fix: false] - bodyclose # checks whether HTTP response body is closed successfully [fast: true, auto-fix: false] - - depguard # Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false] - dogsled # Checks assignments with too many blank identifiers (e.g. x, _, _, _, := f()) [fast: true, auto-fix: false] - exportloopref # checks for pointers to enclosing loop variables [fast: true, auto-fix: false] - forbidigo # Forbids identifiers [fast: true, auto-fix: false]