clj-kondo 2025-07-07

Today I Learned that I can use clj-kondo.core/run! to analyze my own code straight from a REPL! run! can take similar arguments to the CLI, just as a map rather than CLI arguments. Before, I've mostly run kondo via Clojure-LSP or with the brew-installed binary — finding out that I can just use it as a maven dep too was a pleasant surprise. Such a nice tool 🤗

2
3
🎉 3

You may like clojure-lsp.api lib as well, you will get the exact same linters from kondo + project awareness linters https://clojure-lsp.io/api/api/