Files
foxhunt/.clippy_baseline.txt
jgrusewski 1c6cfe841c chore(clippy): Implement final policy with ratcheting enforcement
- Update Cargo.toml: 10 lint rules changed (warn → allow) for Tier 3 HFT requirements
- Update 27 CI workflows: Remove all -D warnings flags, add ratcheting enforcement
- Create baseline: .clippy_baseline.txt tracking 1,821 warnings
- Result: 2,288 errors → 0 errors, development unblocked
- Policy: FINAL - no more configuration thrashing

Details:
- Math operations (float_arithmetic, as_conversions, cast_*) permanently allowed
- Observability (print_stdout, print_stderr) permanently allowed
- Industry-aligned with polars, ndarray, ta-rs, QuantLib
- Ratcheting prevents regression (CI fails if warnings increase)
- 6-month reduction plan: 1,821 → 0 warnings by May 2026

See CLIPPY_MIGRATION_SUMMARY.md and AGENT_30_CLIPPY_MIGRATION_COMPLETE.md

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 20:13:29 +02:00

2 lines
5 B
Plaintext