Lint
Run all linters and formatters to check code quality.
Steps
- Run
cargo fmt -- --checkto verify formatting. - Run
cargo clippy -- -D warningsto check for lint issues. - Run
poly fmt --check .andpoly lint .to verify formatting and lint the codebase. - Report any issues found, grouped by tool.
- If everything passes, confirm the codebase is clean.