Merge pull request #441 from ethersphere/fix_linter

build: increase deadline for linter
This commit is contained in:
Anton Evangelatov 2018-04-26 11:29:40 +02:00 committed by GitHub
commit 1e94e31cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,6 +330,7 @@ func doLint(cmdline []string) {
configs := []string{
"--vendor",
"--tests",
"--deadline=10m",
"--disable-all",
"--enable=goimports",
"--enable=varcheck",