Daniel Compton
Daniel Compton
> Are all the equivalences considered equal? I haven't looked for a while, but I'm 99% sure that all of the rules are transformations on code which should be transparent...
Hey, that sounds like a pretty good starting point. It's a little bit hard to imagine without seeing the output/configuration, but I think it's a good place to start from....
Oh sure, I agree with your plans, I was just meaning this syntax: ```clj (defrules rules ;; clojure.string [(apply str ?x) (clojure.string/join ?x)] ) ``` would allow you to migrate...
Can you give the full code context for this?
This is a really good idea. Thanks!
I'm still interested in merging this, I just need to get a few things sorted first.
I like this idea. What would be the mechanics people would use to define other reporters? Create a lein plugin which registers the multi method?
Thanks for this! Have you checked if there are any issues with the tools.cli update? I'm pretty sure Kibit's version of Clojure won't be used unless you're running without a...
Hey, is this still ok to merge? What was the reason for closing?
Similarly to #2, there isn't complete consensus around this. Being able to specify which rules are included will be helpful. I'll have a think about whether to merge this now,...