Join Slack
Powered by
Hi, what is the equivalent of CheckStyle for Kotli...
# android
a
Asim Khatri
01/11/2022, 12:47 PM
Hi, what is the equivalent of CheckStyle for Kotlin
https://checkstyle.org/index.html
p
Paul Weber
01/11/2022, 1:32 PM
https://detekt.github.io/detekt/
https://ktlint.github.io
Are the most comming linting tools, I’d reckon. ktlint is mostly styling while detekt does some analysis. I think you can combine the two as well.
e
ephemient
01/11/2022, 2:20 PM
you can combine them, either by using both or enabling detekt's formatting ruleset which uses ktlint
ephemient
01/11/2022, 2:21 PM
both also have channels here,
#detekt
#ktlint
a
Asim Khatri
01/12/2022, 5:21 AM
Thanks guys, I’ll check these
21
Views
Open in Slack
Previous
Next