| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore(lints): mark auto-generated files with disclaimer | 魏曹先生 | 29 hours | 1 | -0/+2 |
| | | |||||
| * | feat(linter): add `lint-install` subcommand for rust-analyzer setup | 魏曹先生 | 32 hours | 1 | -0/+9 |
| | | |||||
| * | feat(lint): add non_mingling_naming_style lint with auto-fix suggestions | 魏曹先生 | 3 days | 1 | -16/+29 |
| | | | | | | Support file-level lint checks via `check_file` in lint registry template. | ||||
| * | feat(lints): add quote dependency and improve variable name detection | 魏曹先生 | 3 days | 1 | -22/+13 |
| | | | | | | | Use `quote` token stream matching instead of debug formatting to detect variable references in `unnecessary_render_result_creation`, fixing false positives from string-based matching. | ||||
| * | feat: add testing macros and unit tests for linters | 魏曹先生 | 3 days | 1 | -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 | 魏曹先生 | 3 days | 1 | -0/+56 |
| generation | |||||
