Skip to content

Commit

Permalink
add nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mendoza committed Apr 8, 2024
1 parent aff9c03 commit ac412c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/linodemachine_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ func (r *LinodeMachineReconciler) reconcile(
return
}

//nolint:cyclop // keep top-level preflight condition checks in the same function for readability
func (r *LinodeMachineReconciler) reconcileCreate(
ctx context.Context,
logger logr.Logger,
Expand Down

0 comments on commit ac412c7

Please sign in to comment.