clj-kondo

https://github.com/clj-kondo/clj-kondo
rschmukler 2020-06-26T00:38:49.064300Z

Hey @borkdude - just played with the new hooks API you pushed and confirmed that it handles my use case perfectly! Thanks!

rschmukler 2020-06-26T00:43:25.067200Z

Ps. your documentation on graal, etc was fantastic. As an aside, when trying to build with JVM 11 based graal I ran into the same issue that I presume lead you to write https://github.com/borkdude/clj-reflector-graal-java11-fix - worth noting that adding that as a dep to clj-kondo's :clojure-1.10.2-alpha1 profile didn't seem to fix it for me. Ultimately I just used a java 8 based graal - happy to submit a PR to the clj-kondo compile docs clarifying that you need a JDK 8 based build if you think that bug is expected. Sorry I didn't have time to dig further.

dominicm 2020-06-26T06:08:15.067700Z

Forgot to mention, I also have this working :)

borkdude 2020-06-26T06:37:58.068600Z

A doc PR and issue to upgrade to 11 are both welcome

borkdude 2020-06-26T12:41:52.068900Z

clj-kondo is now part of github/super-linter! https://github.com/github/super-linter

17🎉