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.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,15 @@ linters:
306
306
- linters:
307
307
- goconst
308
308
path: (.+)_test\.go
309
+
# Ignore Cluster API v1beta1 deprecations.
310
+
- linters:
311
+
- staticcheck
312
+
path: .*\.go$
313
+
text: 'SA1019: "sigs.k8s.io/cluster-api/api/.*/v1beta1" is deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.'
314
+
- linters:
315
+
- staticcheck
316
+
path: .*\.go$
317
+
text: 'SA1019: "sigs.k8s.io/cluster-api/util/deprecated/.*" is deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.'
0 commit comments