aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/lints/template_linter.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: update placeholder author name in template linter docs魏曹先生12 hours1-1/+1
|
* feat: add testing macros and unit tests for linters魏曹先生16 hours1-0/+8
| | | | | | 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魏曹先生17 hours1-0/+48
generation