Skip to content

Commit c16f809

Browse files
committed
ignore staticcheck output
1 parent 867d52c commit c16f809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/internal/controller/redpanda/redpanda_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ func (r *RedpandaReconciler) reconcileDecommission(ctx context.Context, state *c
496496
if requeue {
497497
result.RequeueAfter = requeueTimeout
498498
}
499+
////nolint:staticcheck // SA4004 this is intentionally early terminated
499500
return result, err
500501
}
501502

0 commit comments

Comments
 (0)