anyone here use ktlint?
# announcements
s
anyone here use ktlint?
a
i'm using ktlin gradle plugin
s
have you built yourself any Rulesets? I'm trying to make a ruleset, but I can't figure out how to use it in other projects. the documentation is kind of lacking
a
nop, sorry
s
dang. thanks anyway.
s
yeah, I built mine using that as the template, but I don't understand where to put it to actually use it
s
@snowe see https://github.com/shyiko/ktlint#can-i-have-my-own-rules-on-top-of-ktlint (let me know if you have any problems. I'd be happy to help)
s
ah, @shyiko the
ktlint -R com.github.username:rulseset:master-SNAPSHOT
was what I was looking for. fantastic. thank you very much.