29 lines
471 B
YAML
29 lines
471 B
YAML
run:
|
|
deadline: 2m
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofmt
|
|
- goimports
|
|
- staticcheck
|
|
- gocyclo
|
|
- ineffassign
|
|
- misspell
|
|
- gocritic
|
|
- govet
|
|
- unconvert
|
|
- promlinter
|
|
|
|
linters-settings:
|
|
goimports:
|
|
local-prefixes: github.com/openkruise/kruise-state-metrics
|
|
|
|
issues:
|
|
exclude-use-default: false
|
|
exclude-rules:
|
|
# We don't check metrics naming in the tests.
|
|
- path: _test\.go
|
|
linters:
|
|
- promlinter
|