From f78ba0001786918b73fcaefaa4ad8b30cec83e46 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Tue, 21 Jan 2020 13:06:15 +0100 Subject: [PATCH] Disable unused linter (#13661) --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index e6d73105ed..56f60ba7fb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -25,7 +25,7 @@ linters: - ineffassign - structcheck - unconvert - - unused + # - unused Disable until https://github.com/golangci/golangci-lint/issues/885 is fixed - varcheck # TODO: enable this later # - errcheck