https://kotlinlang.org logo
Title
s

snowe

09/11/2017, 11:21 PM
anyone here use ktlint?
a

agomez

09/12/2017, 1:01 AM
i'm using ktlin gradle plugin
s

snowe

09/12/2017, 3:43 PM
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

agomez

09/12/2017, 4:44 PM
nop, sorry
s

snowe

09/12/2017, 8:17 PM
dang. thanks anyway.
s

snowe

09/12/2017, 8:34 PM
yeah, I built mine using that as the template, but I don't understand where to put it to actually use it
s

shyiko

09/16/2017, 10:25 PM
@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

snowe

09/18/2017, 5:35 PM
ah, @shyiko the
ktlint -R com.github.username:rulseset:master-SNAPSHOT
was what I was looking for. fantastic. thank you very much.