From 9cc77498d7f8d4101d067ab7481789522f1da367 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 8 Dec 2017 18:54:23 +0000 Subject: [PATCH] Disable gas linter According to the gas github page: > Gas is still in alpha and accepting feedback from early adopters. We do not > consider it production ready at this time. Generally it seems to shout about a lot of things which aren't very errory, like executing subprocesses with anything other than a hardcoded commandline, and creating directories with anything other than 700 perms. --- linter-fast.json | 1 - linter.json | 1 - 2 files changed, 2 deletions(-) diff --git a/linter-fast.json b/linter-fast.json index 81188d79c..68d518444 100644 --- a/linter-fast.json +++ b/linter-fast.json @@ -7,7 +7,6 @@ "deadcode", "gocyclo", "ineffassign", - "gas", "misspell", "errcheck", "vet", diff --git a/linter.json b/linter.json index c6be84cc4..d875a1ea2 100644 --- a/linter.json +++ b/linter.json @@ -10,7 +10,6 @@ "varcheck", "structcheck", "ineffassign", - "gas", "misspell", "unparam", "errcheck",