In maven and gradle you can set `<kotlin.code.s...
# build-tools
l
In maven and gradle you can set
<kotlin.code.style>official</kotlin.code.style>
for a code style (which is super nice). Is there tooling which can lint the code to follow the code style? Would be great to have it directly in maven, but a additional tool would also be fine
t
l
@tapchicoma that is a nice tool. Do you know if there is one which works for java as well?
t
checkstyle?
l
Ok so you would use one for each language. I thought maybe there is one which could rule it all 😉