From 10ad506417aa04cfdc4618c92d26775feaad8e9d Mon Sep 17 00:00:00 2001 From: Thomas Modeneis Date: Tue, 10 Apr 2018 13:59:39 +0200 Subject: [PATCH] build: remove deadline on lint job --- build/ci.go | 1 - 1 file changed, 1 deletion(-) diff --git a/build/ci.go b/build/ci.go index c9a68f762f..0dd0a8abd8 100644 --- a/build/ci.go +++ b/build/ci.go @@ -337,7 +337,6 @@ 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...)...)