Chore: Fix golangci-lint timeout config, disable govet (#23015)

* golangci-lint: Fix timeout config; disable govet
* CircleCI: Use official golangci-lint binary
This commit is contained in:
Arve Knudsen
2020-03-24 11:57:22 +01:00
committed by GitHub
parent a0d9851cb9
commit 289a5fb862
2 changed files with 19 additions and 13 deletions

View File

@ -1,7 +1,5 @@
enable:
run:
deadline: 10m
timeout: 10m
linters:
disable-all: true
@ -9,7 +7,6 @@ linters:
- deadcode
- gofmt
- gosimple
- govet
- ineffassign
- structcheck
- typecheck