Skip to content

Commit

Permalink
build: increasing deadline as travis build fails with error: (deadlin…
Browse files Browse the repository at this point in the history
…e exceeded by linter vet (try increasing --deadline))
  • Loading branch information
thomasmodeneis committed Apr 5, 2018
1 parent dea717b commit b2e72fc
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 @@ -340,6 +340,7 @@ func doLint(cmdline []string) {
"--enable=gofmt",
"--enable=misspell",
"--enable=goconst",
"--deadline=5m",
"--min-occurrences=6", // for goconst
}
build.MustRunCommand(filepath.Join(GOBIN, "gometalinter.v2"), append(configs, packages...)...)
Expand Down

0 comments on commit b2e72fc

Please sign in to comment.