diff --git a/internal/controller/rootshard_controller.go b/internal/controller/rootshard_controller.go index ec2befe..aa79c2b 100644 --- a/internal/controller/rootshard_controller.go +++ b/internal/controller/rootshard_controller.go @@ -99,6 +99,7 @@ func (r *RootShardReconciler) Reconcile(ctx context.Context, req ctrl.Request) ( return ctrl.Result{}, recErr } +//nolint:unparam // Keep the controller working the same as all the others, even though currently it does always return nil conditions. func (r *RootShardReconciler) reconcile(ctx context.Context, rootShard *operatorv1alpha1.RootShard) ([]metav1.Condition, error) { var ( errs []error