You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(clippy): enable cargo clippy with -D warnings (#1579)
Closes#622
## Summary
- Port clippy lint configuration from rolldown (`.clippy.toml`) into
vite-plus
- Add workspace-level `allow` overrides in `Cargo.toml` for
pedantic/nursery/cargo noise the project intentionally tolerates
- Enable `cargo clippy --all-targets --all-features -- -D warnings` in
the lint CI job (previously commented out)
- Suppress legacy violations of the enforced `disallowed_*` /
`print_stdout` rules at crate roots via `#![allow(...)]`; existing
in-place fixes (`uninlined_format_args`, `collapsible_if`, `mul_add`,
`f64::from`, etc.) round out the rest
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments