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
feat: make cargo commands less verbose in linting scripts
- Add --quiet flag to cargo clippy command to suppress crate downloads and compilation output
- Add --quiet flag to cargo fmt command for cleaner output
- Significantly reduces log noise while preserving important linting results
- All linters continue to pass with much cleaner output
0 commit comments