clj-kondo 2026-02-23

Is there config out there to make clj-kondo async/await aware?

Good question. I think I should just make it built in.

You can add await to the excluded unresolved symbols right now

🙏 1

Does clj-kondo run on the JVM or is compiled with GraalVM? I am asking because I am hitting OOM errors in CI and need to investigate them. I have never ran into the issue while using the tool

both, it depends on how you choose to run it. it probably OOM-ed while analyzing dependencies?