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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,9 @@ linters:
126
126
- linters:
127
127
- staticcheck
128
128
text: 'SA1019: (s.GCPManagedControlPlane.Status.CurrentVersion|s.scope.GCPManagedControlPlane.Status.CurrentVersion|spec.ControlPlaneVersion|s.GCPManagedControlPlane.Spec.ControlPlaneVersion|s.scope.GCPManagedControlPlane.Spec.ControlPlaneVersion) is deprecated: This field will soon be removed and you are expected to use Version instead.'
129
+
- linters:
130
+
- staticcheck
131
+
text: 'SA1019: "sigs.k8s.io/cluster-api/api/core/v1beta1" is deprecated.'
129
132
- path: (.+)\.go$
130
133
text: Subprocess launch(ed with variable|ing should be audited)
0 commit comments