We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3e4e51 + d37a07b commit 54fe60eCopy full SHA for 54fe60e
vertical-pod-autoscaler/.golangci.yaml
@@ -1,7 +1,14 @@
1
linters:
2
enable:
3
+ - forbidigo
4
- goimports
5
6
linters-settings:
7
+ forbidigo:
8
+ forbid:
9
+ # Forbid use of archived package "github.com/pkg/errors". Context: https://github.com/kubernetes/autoscaler/pull/7845
10
+ - pkg: github.com/pkg/errors
11
+ analyze-types: true
12
+
13
goimports:
14
local-prefixes: "k8s.io/autoscaler/vertical-pod-autoscaler"
0 commit comments