From ff78a99604fcc4e2b0d0ebd4480f9dcdec435699 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 5 Dec 2017 11:37:34 +0000 Subject: [PATCH] Disable the maligned lint (#365) We don't really care about ensuring our structs are small, and sometimes its clearer to group struct fields together. --- linter.json | 1 - 1 file changed, 1 deletion(-) diff --git a/linter.json b/linter.json index de4f2bf6..c6be84cc 100644 --- a/linter.json +++ b/linter.json @@ -9,7 +9,6 @@ "golint", "varcheck", "structcheck", - "maligned", "ineffassign", "gas", "misspell",