https://kotlinlang.org logo
#detekt
Title
# detekt
a

Artur Bosch

04/02/2020, 4:47 PM
Are there any features sonar provides which you currently miss for Kotlin?
d

dead.fish

04/03/2020, 8:22 AM
Frankly, I haven't used Sonar a lot really, because it is hard to configure and to keep up with. I much rather reside to single tools like Detekt, PMD, Android Lint, ... to do its job, because the configuration is transparent and checked into the SCM and "evolves" together with the rest of the code. Plus, I don't have any headaches running all the checks quickly on a local machine without internet connection.
I'm kind of biased against Sonar 🙂