mirror of
https://github.com/affaan-m/ECC.git
synced 2026-08-20 06:25:43 +02:00
421 B
421 B
paths
| paths | |||
|---|---|---|---|
|
Kotlin Hooks
This file extends common/hooks.md with Kotlin-specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- ktfmt/ktlint: Auto-format
.ktand.ktsfiles after edit - detekt: Run static analysis after editing Kotlin files
- ./gradlew build: Verify compilation after changes