aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/linter/mlint_report.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(lint): add non_mingling_naming_style lint with auto-fix suggestions魏曹先生13 days1-3/+37
| | | | | Support file-level lint checks via `check_file` in lint registry template.
* feat(mlint): support RenderResult::default and ::from detection魏曹先生13 days1-7/+5
| | | | | | | | | Extend the `unnecessary_render_result_creation` lint to also flag uses of `RenderResult::default()` and `RenderResult::from(...)`, and add `#[derive(Default)]` to `MlintReport` and `MlintLevel` to simplify struct instantiation
* feat(mling): add linter framework with async support and registry魏曹先生13 days1-0/+413
generation