aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/linter.rs
Commit message (Expand)AuthorAgeFilesLines
* feat(linter): refactor lint registry into program resource魏曹先生2 days1-1/+1
* feat(cli): implement `explain` command and add JSON structural rendering魏曹先生2 days1-0/+2
* refactor(linter): move ra lint commands to separate module魏曹先生2 days1-64/+1
* refactor(linter): rename cmd_mlint to cmd_lint魏曹先生2 days1-2/+2
* docs: add help text for CLI commands and descriptions魏曹先生2 days1-1/+23
* feat(cli): add dynamic completion scripts and global help魏曹先生2 days1-21/+2
* chore: remove deprecated `cmd_mlint_install` module魏曹先生2026-07-231-6/+1
* feat(linter): add `lint-install` subcommand for rust-analyzer setup魏曹先生2026-07-221-8/+10
* feat(linter): add ResUsingJson flag to rust-analyzer handlers魏曹先生2026-07-211-4/+19
* feat(linter): add aliases for Rust Analyzer lint commands魏曹先生2026-07-211-2/+37
* feat(mling): add linter framework with async support and registry魏曹先生2026-07-211-0/+2
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生2026-07-211-0/+15