Skip to content

warp-core all-targets clippy is blocked by existing test-target lints #541

Description

@flyingrobots

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions