chore: restore clippy quality gate

This commit is contained in:
Eric Wendland 2026-07-05 17:24:03 +02:00
commit cad4bc0e74
4 changed files with 71 additions and 72 deletions

View file

@ -27,7 +27,7 @@ Goal: make the documented local quality gate pass before deeper refactors.
- `[x]` `cargo fmt --all -- --check` passes.
- `[x]` `cargo check --workspace --all-targets` passes.
- `[x]` `cargo test --workspace` passes.
- `[ ]` `cargo clippy --workspace --all-targets -- -D warnings` passes.
- `[x]` `cargo clippy --workspace --all-targets -- -D warnings` passes.
- `[ ]` CI enforces the same required checks.
## Phase 1: Daemon Subsystem Refactor