You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .golangci.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ linters:
20
20
- goconst
21
21
- gocritic
22
22
- gocyclo
23
-
- gomodguard
23
+
- gomodguard_v2
24
24
- goprintffuncname
25
25
- gosec
26
26
- govet
@@ -72,12 +72,10 @@ linters:
72
72
- style
73
73
gocyclo:
74
74
min-complexity: 20
75
-
gomodguard:
75
+
gomodguard_v2:
76
76
blocked:
77
-
modules:
78
-
- k8s.io/kubernetes:
79
-
reason: There is no good, avoidable reason to use this package and often leads to issues such as https://bit.ly/3dlKScY. However, if you disagree please include @ravchama in code review highlighting the reason.
0 commit comments