Add governed Clippy policy baseline#262
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (105)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Not auto-merging in this PR review pass. This appears to be a near-duplicate codex variant of #261 — same Clippy baseline scope, similar MSRV bump ( See the comment on #261 for the substantive concerns about merging an MSRV bump + workspace-wide lint baseline + known-failing-gate combination in a single PR. Recommend picking the cleaner of the two variants, splitting it into a "scaffold only" PR that lands cleanly, then doing the Generated by Claude Code |
Motivation
xtaskso CI/local checks can validate inheritance, MSRV alignment, and allowlist/debt hygiene.Description
1.93and adds workspace-level lint blocks under[workspace.lints.rust]and[workspace.lints.clippy]in the rootCargo.toml.policy/clippy-lints.toml,policy/clippy-debt.toml,policy/no-panic-allowlist.toml, andpolicy/non-rust-allowlist.tomlas the machine-readable ledger and placeholders for debt/allowlists.docs/CLIPPY_POLICY.md, updatesclippy.toml(repo-local config, `msrv =Codex Task