mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 19:16:06 +00:00
20 lines
303 B
YAML
20 lines
303 B
YAML
|
run:
|
||
|
linters-settings:
|
||
|
golint:
|
||
|
min-confidence: 0.9
|
||
|
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- staticcheck
|
||
|
- ineffassign
|
||
|
- golint
|
||
|
- goimports
|
||
|
- errcheck
|
||
|
issues:
|
||
|
exclude-rules:
|
||
|
# Exclude some staticcheck messages
|
||
|
- linters:
|
||
|
- staticcheck
|
||
|
text: "SA9003:"
|