mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
431 B
431 B
paths
| paths | |||
|---|---|---|---|
|
Kotlin Hooks
此文件在 common/hooks.md 的基础上扩展了 Kotlin 相关内容。
PostToolUse Hooks
在 ~/.claude/settings.json 中配置:
- ktfmt/ktlint: 在编辑后自动格式化
.kt和.kts文件 - detekt: 在编辑 Kotlin 文件后运行静态分析
- ./gradlew build: 在更改后验证编译