From 26fd95805874a6cc41c58caf990274891b1e159a Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Thu, 30 Jan 2025 09:44:43 +0100 Subject: [PATCH] appease linter --- internal/controller/rootshard_controller.go | 1 + 1 file changed, 1 insertion(+) 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