These are public posts tagged with #cljKondo. You can interact with them if you have an account anywhere in the fediverse.
Static analyzer and linter for Clojure code that sparks…
GitHubHey #clojure / #clojurescript community, does anyone have a config for clj-kondo to support the re-frame macros? #cljKondo
Thanks for another year of Long term Clojurists Together funding!
#clojure #babashka #cljKondo #squintcljs
https://www.clojuriststogether.org/news/clojurists-together-2025-long-term-funding-announcement/
My OSS project updates for September and October 2024 are out now!
https://blog.michielborkent.nl/oss-updates-sep-oct-2024.html
Cam Saul from Metabase at the conj likes #cljKondo :)
I've worked on and off on a feature in clj-kondo to detect that macro is used as a value (which is reported by the compiler as an error normally). I'm curious if users will find false positives. If you can please test it on your Clojure project like this:
```
$ clj -Sdeps '{:deps {clj-kondo/clj-kondo {:git/sha "96344bd32257afdebf19ee634999c397000c1aa0" :git/url "https://github.com/clj-kondo/clj-kondo"}}}
' -M -m clj-kondo.main --lint src
```
A simple example:
```
[let]
```
Blogged: How to catch derived Vars with a clj-kondo hook
I love Clojure's REPL-driven development. But... I…
www.mikkokoski.comMy final open source update for 2023:
https://blog.michielborkent.nl/oss-updates-dec-2023.html
Happy 2024 everyone!
My Clojure OSS updates for December 2023
blog.michielborkent.nl