aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/lints/non_mingling_naming_style.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(mlint): support multiple suggestions per report魏曹先生19 hours1-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魏曹先生23 hours1-0/+1
|
* feat(lint): add non_mingling_naming_style lint with auto-fix suggestions魏曹先生23 hours1-0/+351
Support file-level lint checks via `check_file` in lint registry template.