fix(spawner): unbreak clippy gate (too_many_arguments) #56

Merged
clawdie merged 1 commit from fix/clippy-too-many-args into main 2026-06-14 01:30:41 +02:00
Owner

main is currently red on cargo clippy --workspace -- -D warnings: prepare_spawn_command has 8 args (8/7). Adds #[allow(clippy::too_many_arguments)].

This is the only substantive delta the fix/jail-staged-env-rebase branch had over main (the rest of that branch is already merged via 56c4059), so that branch can be deleted after this lands.

main is currently red on `cargo clippy --workspace -- -D warnings`: `prepare_spawn_command` has 8 args (8/7). Adds `#[allow(clippy::too_many_arguments)]`. This is the only substantive delta the `fix/jail-staged-env-rebase` branch had over main (the rest of that branch is already merged via 56c4059), so that branch can be deleted after this lands.
clawdie added 1 commit 2026-06-14 01:30:38 +02:00
fix(spawner): allow too_many_arguments on prepare_spawn_command
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
0b364ac36d
Unbreaks the workspace clippy gate: prepare_spawn_command has 8 args (8/7), so
clippy::too_many_arguments fails under -D warnings on main.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
clawdie merged commit c406a44d94 into main 2026-06-14 01:30:41 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#56
No description provided.