Skip to content

Commit

Permalink
Merge pull request ethereum#140 from terenc3t/metallinter-deadline
Browse files Browse the repository at this point in the history
Set Gometallinter Deadline to 10 Minutes
  • Loading branch information
terencechain authored May 25, 2018
2 parents 4a4addd + c680bf5 commit c9d0cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ func doLint(cmdline []string) {
"--enable=misspell",
"--enable=goconst",
"--min-occurrences=6", // for goconst
"--deadline=10m",
}
build.MustRunCommand(filepath.Join(GOBIN, "gometalinter.v2"), append(configs, packages...)...)

Expand Down

0 comments on commit c9d0cc5

Please sign in to comment.