mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
Merge pull request #309 from cookiee339/feat/kotlin-ecosystem
feat(kotlin): add Kotlin/Ktor/Exposed ecosystem
This commit is contained in:
commit
4de5da2f8f
14 changed files with 3905 additions and 0 deletions
17
rules/kotlin/hooks.md
Normal file
17
rules/kotlin/hooks.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
paths:
|
||||
- "**/*.kt"
|
||||
- "**/*.kts"
|
||||
- "**/build.gradle.kts"
|
||||
---
|
||||
# Kotlin Hooks
|
||||
|
||||
> This file extends [common/hooks.md](../common/hooks.md) with Kotlin-specific content.
|
||||
|
||||
## PostToolUse Hooks
|
||||
|
||||
Configure in `~/.claude/settings.json`:
|
||||
|
||||
- **ktfmt/ktlint**: Auto-format `.kt` and `.kts` files after edit
|
||||
- **detekt**: Run static analysis after editing Kotlin files
|
||||
- **./gradlew build**: Verify compilation after changes
|
||||
Loading…
Add table
Add a link
Reference in a new issue