aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/lints
Commit message (Collapse)AuthorAgeFilesLines
* feat(mlint): support RenderResult::default and ::from detection魏曹先生22 hours1-17/+34
| | | | | | | | | 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魏曹先生23 hours2-0/+205
generation