From 8531233d02e41622c39e9dbe4020d42434c767dd Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 16 Nov 2017 09:49:55 +0000 Subject: [PATCH] Check that gofmt has been run --- linter-fast.json | 1 + linter.json | 1 + 2 files changed, 2 insertions(+) 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" ] }