CI runs cargo clippy --workspace --all-targets -- -D warnings but CONTRIBUTING.md and CLAUDE.md documented the shorter form without --all-targets or -D warnings, which misses integration test files and allows warnings through. We should align the docs with what CI actually enforces.
CI runs
cargo clippy --workspace --all-targets -- -D warningsbut CONTRIBUTING.md and CLAUDE.md documented the shorter form without --all-targets or -D warnings, which misses integration test files and allows warnings through. We should align the docs with what CI actually enforces.