What are people using for checkstyle style/lint, findbugs for Kotlin (using Gradle build tool chain)?
m
Mike
11/09/2018, 9:39 PM
#C88E12QH4 is fantastic! Gradle plugin and intellij plugin.
👍 1
n
Nikky
11/09/2018, 9:55 PM
ktlint
g
gildor
11/10/2018, 6:22 AM
Findbug is not maintained anymore, so better to check it fork Spotbug which kinda works with kotlin (because it's byte code analyzer), but requires a lot of suppressions for Kotlin