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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,11 @@ issues:
196
196
- linters:
197
197
- gocritic
198
198
text: "appendAssign: append result not assigned to the same slice"
199
+
# Specific exclude rules for deprecated fields that are still part of the codebase.
200
+
# These should be removed as the referenced deprecated item is removed from the project.
201
+
- linters:
202
+
- staticcheck
203
+
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."
0 commit comments