Hi. Are there any mature gradle plugins and/or jus...
# announcements
j
Hi. Are there any mature gradle plugins and/or just command line tools to enforce official coding conventions? Something like eslint for .js, or checkstyle for java?
h
If you’re using IDEA, u can set the coding style to
official
t
j
I'm thinking about CI builds
Thanks @Tolriq
h
t
detekt does more and have a wrapper for ktlint too 🙂 But still frequent breaking changes until 1.0 is out and "mature" was a requirement 😉
h
oh, right
g
Official plugin (but not so mature yet) https://github.com/JetBrains/inspection-plugin It has one big advantage (at least in theory) you always has exactly the same formatting as in IDE and all the inspections
👍 2