Daniel Compton
Daniel Compton
Currently, you can pass files and directories directly to Kibit to process. So you could manually specify the files in your CI script. Future ideas could be to have `^:kibit-ignore`...
Sorry for dragging my heels on this, I've got a ClojureBridge coming up, so most of my extra time is going towards that. I'll take a look as soon as...
Hey sorry I haven't had the chance to sit down and look at this properly yet, my weekend was full. I hope to get to this in the next week...
I've merged this. Thanks!
I'd take a docs patch for this at a minimum. I suspect that `clojure.tools.reader.edn` isn't going to do what we want, but would be open to suggestions if people can...
I've got a bunch of review comments that are blocking merging of this PR. I'll do a separate release though.
You're correct that these two expressions will return different things. The theory behind this is that in usage, `(seq coll)` still returns a truthy value like `(not (empty? coll))`. The...
I think this would probably need to be a configurable rule, there are also lots of conditionals to check for (including custom ones). I'm probably more inclined to leave it...
Maybe? I'm a little bit conflicted here TBH.
I'm going to have put this in the hammock to think about. I don't have a lot of time to put into kibit at the moment.