From 3531df3f31b65b6c9f74979bbf1e347145a92635 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Fri, 18 Feb 2022 15:49:15 -0800 Subject: [PATCH] Disable ineffassign CI plugin for excessive false positives Signed-off-by: Brad Davidson --- .golangci.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.json b/.golangci.json index c8b5684071..2a72ddc764 100644 --- a/.golangci.json +++ b/.golangci.json @@ -6,7 +6,6 @@ "revive", "goimports", "misspell", - "ineffassign", "gofmt" ] },