Files
kube-metrics-adapter/.golangci.yml
T

14 lines
155 B
YAML
Raw Normal View History

2019-04-27 13:35:55 +02:00
run:
2022-09-09 10:42:45 +02:00
concurrency: 4
2019-04-27 13:35:55 +02:00
linters:
disable-all: true
enable:
2022-09-09 10:42:45 +02:00
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused