aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/src/task/cmd_clippy.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(mingling_ci): rename build, clippy, and docs commands to -check魏曹先生26 hours1-50/+0
| | | | suffix
* refactor(ci-new): generalize report entries from packages to items魏曹先生27 hours1-2/+2
| | | | | | | | Rename package-based terminology and structures to item-based, allowing arbitrary items with associated locations instead of only crate packages. Locations are now carried through report files and included in generated reports, with the fallback to `—` removed.
* feat(ci-new): add test-all task with per-crate config support魏曹先生27 hours1-1/+7
| | | | | Add a new `test-all` command that runs tests across all crates with optional per-crate command overrides via `mingling-ci.toml` files.
* refactor(ci-new): extract parallel cargo check runner魏曹先生27 hours1-66/+20
| | | | | | | Extract the duplicate parallel check logic from build-all and clippy-all tasks into a shared `run_parallel_checks` helper. Update renderers to set exit code instead of printing failure counts.
* feat(ci-new): add clippy-all task to run clippy on all crates魏曹先生27 hours1-0/+90