aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/lints.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: add testing macros and unit tests for linters魏曹先生2026-07-211-0/+18
| | | | | | Add `assert_detected!` and `assert_not_detected!` macros to simplify writing lint tests, along with initial test coverage for the unnecessary render result creation linter.
* feat(mling): add linter framework with async support and registry魏曹先生2026-07-211-0/+61
generation