From 66ee116467f772211616a630e3944b8eb19ddbc6 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Mon, 27 Aug 2018 15:11:34 +0200 Subject: [PATCH] build: goimports does everything that gofmt does --- build/ci.go | 1 - 1 file changed, 1 deletion(-) diff --git a/build/ci.go b/build/ci.go index 40252cbde1..f8a0eadc81 100644 --- a/build/ci.go +++ b/build/ci.go @@ -369,7 +369,6 @@ func doLint(cmdline []string) { "--enable=goimports", "--enable=varcheck", "--enable=vet", - "--enable=gofmt", "--enable=misspell", "--enable=goconst", "--min-occurrences=6", // for goconst