From 4f4fe83b5101ca2cfb89e82963d70e70dafe339b Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 5 Dec 2023 17:13:27 +0800 Subject: [PATCH] chore: remove `depguard` linter from `.golangci.yml` file - Remove the `depguard` linter from the `.golangci.yml` file. Signed-off-by: Bo-Yi Wu --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 3e40d74..8485c48 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -4,7 +4,6 @@ linters: fast: false enable: - bodyclose - - depguard - dogsled - dupl - errcheck