mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:43:07 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user