clj-kondo

https://github.com/clj-kondo/clj-kondo
2020-09-30T18:06:04.060900Z

@borkdude This week I've changed better-cond code to vanilla conds. clj-kondo is so deep integranted on my workflow that if it does not understand code it's not clojure 🙂

borkdude 2020-09-30T18:08:37.061200Z

@geraldodev hah. btw, I've got a hook for better-cond here: https://github.com/borkdude/clj-kondo/blob/master/corpus/.clj-kondo/hooks/better_cond.clj

borkdude 2020-09-30T18:09:02.061700Z

it should really be moved here I guess: https://github.com/clj-kondo/config pr welcome ;)

borkdude 2020-09-30T18:09:35.062100Z

not sure how complete it is