DEV Community

Discussion on: Continuous Kotlin Static Analysis

Collapse
 
thecodeside_al profile image
The Code Side by Artur

Why you are using ktlint and detekt as a separate libraries? Detekt has already built in ktlint.

Collapse
 
iurysza profile image
Iury Souza

Great question!
In short, I'd say that I prefer staying closer to the metal.
By directly using ktlint I have better control in versioning, its rules and configurations.