| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(mlint): support multiple suggestions per report | 魏曹先生 | 19 hours | 1 | -2/+2 |
| | | | | | | | | | | Replace the single optional `suggestion` field with a `Vec<LintSuggestion>` to allow multiple automatic fix suggestions per lint report BREAKING CHANGE: The `suggestion` field has been replaced by `suggestions` | ||||
| * | fix(lint): add missing blank line in test module | 魏曹先生 | 22 hours | 1 | -0/+1 |
| | | |||||
| * | feat(lint): add non_mingling_naming_style lint with auto-fix suggestions | 魏曹先生 | 23 hours | 1 | -0/+351 |
| Support file-level lint checks via `check_file` in lint registry template. | |||||
