chore: restore clippy quality gate
This commit is contained in:
parent
e92d01acb8
commit
cad4bc0e74
4 changed files with 71 additions and 72 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue