<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_cli/src/linter, branch main</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>feat(mlint): support multiple suggestions per report</title>
<updated>2026-07-21T12:38:55+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T12:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=0ff710798f5b6558a4eb0a2a52b7feb38e6b0d9a'/>
<id>0ff710798f5b6558a4eb0a2a52b7feb38e6b0d9a</id>
<content type='text'>
Replace the single optional `suggestion` field with a
`Vec&lt;LintSuggestion&gt;`
to allow multiple automatic fix suggestions per lint report

BREAKING CHANGE: The `suggestion` field has been replaced by
`suggestions`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the single optional `suggestion` field with a
`Vec&lt;LintSuggestion&gt;`
to allow multiple automatic fix suggestions per lint report

BREAKING CHANGE: The `suggestion` field has been replaced by
`suggestions`
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lint): add non_mingling_naming_style lint with auto-fix suggestions</title>
<updated>2026-07-21T08:56:39+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T08:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=b9d7b8736062509f1f7a5c02943398975ea7ee53'/>
<id>b9d7b8736062509f1f7a5c02943398975ea7ee53</id>
<content type='text'>
Support file-level lint checks via `check_file` in lint registry
template.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support file-level lint checks via `check_file` in lint registry
template.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mlint): support RenderResult::default and ::from detection</title>
<updated>2026-07-21T07:38:00+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T07:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=0056e1095e75b34f39cde7de87ce6be2cd301ff1'/>
<id>0056e1095e75b34f39cde7de87ce6be2cd301ff1</id>
<content type='text'>
Extend the `unnecessary_render_result_creation` lint to also flag uses
of
`RenderResult::default()` and `RenderResult::from(...)`, and add
`#[derive(Default)]` to `MlintReport` and `MlintLevel` to simplify
struct
instantiation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extend the `unnecessary_render_result_creation` lint to also flag uses
of
`RenderResult::default()` and `RenderResult::from(...)`, and add
`#[derive(Default)]` to `MlintReport` and `MlintLevel` to simplify
struct
instantiation
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mling): add linter framework with async support and registry</title>
<updated>2026-07-21T07:12:52+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-21T07:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=9976b31a56bcc3ed37ac878b351bd8d097dc67cc'/>
<id>9976b31a56bcc3ed37ac878b351bd8d097dc67cc</id>
<content type='text'>
generation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
generation
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mingling_cli): add metadata and linter commands with cargo analysis</title>
<updated>2026-07-20T22:40:46+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-20T22:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=04ce3a18efe971c5b6893977f0ebe1ce1d9a6947'/>
<id>04ce3a18efe971c5b6893977f0ebe1ce1d9a6947</id>
<content type='text'>
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata`
for manifest analysis, and enable procedural macro support in editors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `metadata` and `mlint` subcommands, wire up `cargo_metadata`
for manifest analysis, and enable procedural macro support in editors
</pre>
</div>
</content>
</entry>
</feed>
