Commit 9f354075 by pangchong

fix(scripts): 修正 verify-rules.js 脚本中的注释格式

- 修改自动化提交前规则校验脚本注释中的多余符号
- 确保注释格式符合规范并提升可读性
- 保持脚本功能不变,优化代码注释表现
parent f2dfb16a
......@@ -3,7 +3,7 @@
/**
* .gemini/.rules.md 自动化提交前规则校验脚本
*
*
* 作用:在 git commit 时自动对暂存区(Staged)的代码文件进行规则扫描。
* 若发现违反 .gemini/.rules.md 的规范,终端输出具体违规项并以状态码 1 退出,阻止 git commit 提交。
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment