diff --git a/linter-fast.json b/linter-fast.json index 2ad7093fb..81188d79c 100644 --- a/linter-fast.json +++ b/linter-fast.json @@ -11,7 +11,7 @@ "misspell", "errcheck", "vet", - "gofmt", + "gofmt", "goconst" ] } diff --git a/linter.json b/linter.json index f3b7217da..de4f2bf6a 100644 --- a/linter.json +++ b/linter.json @@ -17,7 +17,7 @@ "errcheck", "vet", "megacheck", - "gofmt", + "gofmt", "goconst" ] }