build: goimports does everything that gofmt does

This commit is contained in:
Anton Evangelatov 2018-08-27 15:11:34 +02:00
parent 11b8dcd82b
commit 66ee116467

View file

@ -369,7 +369,6 @@ func doLint(cmdline []string) {
"--enable=goimports", "--enable=goimports",
"--enable=varcheck", "--enable=varcheck",
"--enable=vet", "--enable=vet",
"--enable=gofmt",
"--enable=misspell", "--enable=misspell",
"--enable=goconst", "--enable=goconst",
"--min-occurrences=6", // for goconst "--min-occurrences=6", // for goconst