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
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -172,16 +172,6 @@ linters:
172
172
- linters:
173
173
- staticcheck
174
174
text: 'SA1019: "sigs.k8s.io/cluster-api/util/deprecated/v1beta1/conditions" is deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.'
175
-
# TODO(stephenfin): Remove all of these iteratively
176
-
- linters:
177
-
- staticcheck
178
-
text: "ST1005: error strings should not be capitalized"
179
-
- linters:
180
-
- staticcheck
181
-
text: "QF1003: could use tagged switch on .*"
182
-
- linters:
183
-
- staticcheck
184
-
text: "QF1008: could remove embedded field \".*\" from selector"
openStackMachine.SetFailure(capoerrors.DeprecatedCAPIUpdateMachineError, errors.New(infrav1.ServerUnexpectedDeletedMessage)) //nolint:stylecheck // This error is not used as an error
383
+
openStackMachine.SetFailure(capoerrors.DeprecatedCAPIUpdateMachineError, errors.New(infrav1.ServerUnexpectedDeletedMessage)) //nolint:staticcheck // This error is not used as an error
384
384
return ctrl.Result{}, nil
385
385
}
386
386
@@ -714,7 +714,7 @@ func (r *OpenStackMachineReconciler) OpenStackClusterToOpenStackMachines(ctx con
0 commit comments