mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
6 lines
144 B
YAML
6 lines
144 B
YAML
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
|
|
linters:
|
|
enable:
|
|
- staticcheck
|
|
- govet
|
|
disable-all: true
|