aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/linter/cmd_ra_lints.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生4 hours1-3/+3
| | | | | | | The `dispatcher!` macro no longer requires a `CMD*` dispatcher type argument; the dispatcher struct is now generated internally as `__Dispatcher{Pascal}`. The `Node` type, `node!` macro, and `Dispatcher::node()` / `clone_dispatcher()` methods are removed.
* refactor(linter): move ra lint commands to separate module魏曹先生8 days1-0/+63