Skip to content

Commit

Permalink
fix: lint complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Dec 16, 2024
1 parent 7cc36bc commit d5436e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/natsaccount_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (r *NatsAccountReconciler) reconcileResources(ctx context.Context, account
return nil
}

// nolint:gocyclo
func (r *NatsAccountReconciler) reconcileAccount(ctx context.Context, account *natsv1alpha1.NatsAccount) error {
sk := &natsv1alpha1.NatsKey{}
skName := client.ObjectKey{
Expand Down

0 comments on commit d5436e0

Please sign in to comment.