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