aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/linter
Commit message (Expand)AuthorAgeFilesLines
* revert: Remove serde and structural renderer support魏曹先生33 hours1-7/+6
* feat(lint): add shell completion for linter checkers魏曹先生33 hours1-6/+26
* refactor(linter): rename LintRegistry to ResLintRegistry魏曹先生33 hours2-7/+7
* feat(linter): refactor lint registry into program resource魏曹先生33 hours2-48/+48
* refactor(linter): simplify lint explain output formatting魏曹先生33 hours1-4/+2
* chore: add shell completion for explain command魏曹先生33 hours1-3/+20
* feat(cli): implement `explain` command and add JSON structural rendering魏曹先生33 hours1-0/+123
* refactor(linter): move ra lint commands to separate module魏曹先生33 hours1-0/+63
* refactor(linter): rename cmd_mlint to cmd_lint魏曹先生33 hours1-0/+0
* docs: add help text for CLI commands and descriptions魏曹先生33 hours1-1/+7
* feat(linter): use RendererInvoker for JSON report rendering魏曹先生5 days1-4/+8
* chore: remove deprecated `cmd_mlint_install` module魏曹先生2026-07-231-456/+0
* fix: use `rust-analyzer.toml` instead of hardcoded `.rust-analyzer.toml`魏曹先生2026-07-231-3/+2
* feat(linter): set exit code to 1 when config already exists魏曹先生2026-07-221-1/+4
* feat(linter): add `lint-install` subcommand for rust-analyzer setup魏曹先生2026-07-222-2/+456
* refactor(mlint): parallelise lint checks with tokio JoinSet魏曹先生2026-07-221-28/+41
* feat(mlint): support multiple suggestions per report魏曹先生2026-07-211-6/+6
* feat(lint): add non_mingling_naming_style lint with auto-fix suggestions魏曹先生2026-07-211-3/+37
* feat(mlint): support RenderResult::default and ::from detection魏曹先生2026-07-211-7/+5
* feat(mling): add linter framework with async support and registry魏曹先生2026-07-213-3/+568
* feat(mingling_cli): add metadata and linter commands with cargo analysis魏曹先生2026-07-211-0/+6