mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
build: increasing deadline as travis build fails with error: (deadline exceeded by linter vet (try increasing --deadline))
This commit is contained in:
parent
dea717b9f4
commit
b2e72fccd6
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ 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