Problem
During PLATFORM-0027 implementation on branch lane/0027-three-tier-thinking-room, the relevant library gate passed:
cargo clippy -p warp-core --lib -- -D warnings
but the broader all-targets command failed on existing test-target lint debt outside the posture slice:
cargo clippy -p warp-core --all-targets -- -D warnings
Observed failures include:
clippy::unnecessary_wraps in crates/warp-core/src/observation.rs test helper functions.
clippy::expect_used in observation/coordinator tests.
clippy::panic in coordinator tests.
clippy::redundant_clone in a coordinator test fixture.
Desired outcome
Clean or locally allow the existing test-target lints so cargo clippy -p warp-core --all-targets -- -D warnings can be used as a reliable full crate gate again.
Evidence
- Branch:
lane/0027-three-tier-thinking-room
- Commit with relevant posture work:
427cca87
- Exact command that failed:
cargo clippy -p warp-core --all-targets -- -D warnings
- Relevant command that passed:
cargo clippy -p warp-core --lib -- -D warnings
Problem
During PLATFORM-0027 implementation on branch
lane/0027-three-tier-thinking-room, the relevant library gate passed:cargo clippy -p warp-core --lib -- -D warningsbut the broader all-targets command failed on existing test-target lint debt outside the posture slice:
cargo clippy -p warp-core --all-targets -- -D warningsObserved failures include:
clippy::unnecessary_wrapsincrates/warp-core/src/observation.rstest helper functions.clippy::expect_usedin observation/coordinator tests.clippy::panicin coordinator tests.clippy::redundant_clonein a coordinator test fixture.Desired outcome
Clean or locally allow the existing test-target lints so
cargo clippy -p warp-core --all-targets -- -D warningscan be used as a reliable full crate gate again.Evidence
lane/0027-three-tier-thinking-room427cca87cargo clippy -p warp-core --all-targets -- -D warningscargo clippy -p warp-core --lib -- -D warnings