ktlint

Anti-bikeshedding Kotlin linter with built-in formatter

brewmacoslinux
Try with needOr install directly
Source

About

Anti-bikeshedding Kotlin linter with built-in formatter

Commands

ktlint

Examples

Lint all Kotlin files in the current directory$ ktlint
Lint specific Kotlin file and show violations$ ktlint src/main/kotlin/Main.kt
Auto-format Kotlin files in place$ ktlint -F src/