chore: 更新项目配置
- 添加 gofmt 和 goimports 自动审批权限 - 添加 CLAUDE.md 项目指导文件,要求格式化 Go 源码 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,9 @@
|
|||||||
"Bash(go list:*)",
|
"Bash(go list:*)",
|
||||||
"Bash(go test:*)",
|
"Bash(go test:*)",
|
||||||
"Bash(rmdir:*)",
|
"Bash(rmdir:*)",
|
||||||
"Bash(rm:*)"
|
"Bash(rm:*)",
|
||||||
|
"Bash(gofmt:*)",
|
||||||
|
"Bash(goimports:*)"
|
||||||
],
|
],
|
||||||
"deny": []
|
"deny": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user