mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
467 B
467 B
| description | globs | alwaysApply | |||
|---|---|---|---|---|---|
| Kotlin hooks extending common rules |
|
false |
Kotlin Hooks
This file extends the common hooks rule 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