bnorm / kotlin-power-assert

Kotlin compiler plugin to enable diagrammed function calls in the Kotlin programming language
Apache License 2.0
581 stars 15 forks source link

add the kotlinter plugin to run ktlint locally #83

Closed christophsturm closed 1 year ago

christophsturm commented 1 year ago

since ktlint runs on ci, but i did not know how to run it locally I added the kotlinter plugin.

I also reformatted the source in a separate commit (./gradlew formatKotlin)

christophsturm commented 1 year ago

I made a new pr for this from scratch: #86