mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
build: remove deadline on lint job
This commit is contained in:
parent
db5d83a609
commit
10ad506417
1 changed files with 0 additions and 1 deletions
|
|
@ -337,7 +337,6 @@ func doLint(cmdline []string) {
|
||||||
"--enable=gofmt",
|
"--enable=gofmt",
|
||||||
"--enable=misspell",
|
"--enable=misspell",
|
||||||
"--enable=goconst",
|
"--enable=goconst",
|
||||||
"--deadline=5m",
|
|
||||||
"--min-occurrences=6", // for goconst
|
"--min-occurrences=6", // for goconst
|
||||||
}
|
}
|
||||||
build.MustRunCommand(filepath.Join(GOBIN, "gometalinter.v2"), append(configs, packages...)...)
|
build.MustRunCommand(filepath.Join(GOBIN, "gometalinter.v2"), append(configs, packages...)...)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue