mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
build: goimports does everything that gofmt does
This commit is contained in:
parent
11b8dcd82b
commit
66ee116467
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue