Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
chore: ignore funlen
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinton committed Nov 14, 2023
1 parent 4bfb606 commit e887afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/mergesource_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func (r *MergeSourceReconciler) Reconcile(ctx context.Context, req ctrl.Request)
return ctrl.Result{RequeueAfter: time.Minute}, nil
}

//nolint:funlen
func (r *MergeSourceReconciler) reconcileMergeSource(
ctx context.Context, mergeSource *MergeSource, watched *watchedConfigMap,
) (bool, error) {
Expand Down

0 comments on commit e887afa

Please sign in to comment.