aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/linter.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(linter): add ResUsingJson flag to rust-analyzer handlers魏曹先生34 hours1-4/+19
|
* feat(linter): add aliases for Rust Analyzer lint commands魏曹先生34 hours1-2/+37
| | | | | | Add dispatcher aliases `ra-lint`, `ra-lint-clippy`, and `ra-lint-check` that forward to the existing linter with preset flags for JSON output and optional checkers
* feat(mling): add linter framework with async support and registry魏曹先生36 hours1-0/+2
| | | | generation
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生44 hours1-0/+15
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata` for manifest analysis, and enable procedural macro support in editors