Skip to content

Commit b1d9c05

Browse files
committed
chore: mark CAPI v1beta1 as known-deprecated in golangci
1 parent 159487e commit b1d9c05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ linters:
126126
- linters:
127127
- staticcheck
128128
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.'
129132
- path: (.+)\.go$
130133
text: Subprocess launch(ed with variable|ing should be audited)
131134
- path: (.+)\.go$

0 commit comments

Comments
 (0)