From bb3c121c6354afa4435fdda49e51fc53060f2f49 Mon Sep 17 00:00:00 2001 From: cckellogg Date: Thu, 2 Jan 2020 12:16:31 -0800 Subject: [PATCH] Remove maligned check from linter. (#159) We should error on the side of readability in code base so we don't need the maligned lint flag. --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 18560b22c7e53..44677827571db 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -25,4 +25,3 @@ linters: - varcheck - lll - prealloc - - maligned