Clj-kondo: A minimal and opinionated linter for Clojure code that sparks joy

clj-kondo: A minimal and opinionated linter for Clojure code that sparks joy.

This is a linter that gives warnings and errors that I missed from https://github.com/candid82/joker (which I highly recommend if you’re not already using it).
It’s based on static code analysis using clj-rewrite. Still pretty much a work in progress, but it can already do some useful stuff. I’m already using this in my day job to get in-editor hints. The arity warnings can give some false positives which will be improved over time. Let me know if you find this useful!

3 Likes

It looks quite interesting that with GraalVM now we get a binary from Clojure. I was complaining about ClojureScript does not install binary for me a few days back.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.