From 17617d8dd76eb9811d057b307275670b5172ab91 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 5 Dec 2017 11:18:34 +0000 Subject: [PATCH] Disable the maligned lint 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 de4f2bf6a..c6be84cc4 100644 --- a/linter.json +++ b/linter.json @@ -9,7 +9,6 @@ "golint", "varcheck", "structcheck", - "maligned", "ineffassign", "gas", "misspell",