mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 02:56:03 +00:00
0f359920af
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
14 lines
155 B
YAML
14 lines
155 B
YAML
run:
|
|
concurrency: 4
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- errcheck
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- typecheck
|
|
- unused
|