aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/linter/cmd_mlint.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(linter): rename cmd_mlint to cmd_lint魏曹先生3 days1-138/+0
|
* docs: add help text for CLI commands and descriptions魏曹先生3 days1-1/+7
| | | | | | Add help text for global flags, commands, and subcommands in help.txt. Add metadata descriptions for linter and metadata commands.
* feat(linter): add `lint-install` subcommand for rust-analyzer setup魏曹先生2026-07-221-2/+2
|
* refactor(mlint): parallelise lint checks with tokio JoinSet魏曹先生2026-07-221-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魏曹先生2026-07-211-3/+116
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生2026-07-211-0/+6
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors