aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/linter/cmd_mlint.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(mlint): parallelise lint checks with tokio JoinSet魏曹先生7 hours1-28/+41
| | | | | | Move file I/O and AST parsing into spawn_blocking closures to avoid blocking the async runtime, enabling concurrent processing of multiple Rust source files.
* feat(mling): add linter framework with async support and registry魏曹先生33 hours1-3/+116
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生42 hours1-0/+6
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors