We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b23d01 commit a551501Copy full SHA for a551501
1 file changed
.golangci.yml
@@ -18,6 +18,9 @@ linters:
18
linters-settings:
19
goimports:
20
local-prefixes: k8s.io/kube-state-metrics
21
+ gocyclo:
22
+ # temporary until we refactor the pod function
23
+ min-complexity: 128
24
25
issues:
26
exclude-use-default: false
0 commit comments