From 4e22846e95fd894ad17b4be9d69ce40a8e8dcdf3 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Wed, 19 Oct 2022 14:19:06 +0100 Subject: [PATCH] lint: remove structcheck structcheck is abandoned, and has been replaced by the unused linter. See https://golangci-lint.run/usage/linters/#structcheck for more information. Signed-off-by: Justin Chadwell --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 583eff92..52ea92cc 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -21,7 +21,6 @@ linters: - revive - staticcheck - typecheck - - structcheck disable-all: true linters-settings: