clj-kondo 2025-09-01

I'm experiencing a little git diff war on my inline-configs config.edn ๐Ÿงต

The content is clojure-equivalent, but I think because *print-namespace-maps* is true for clojure-run things and false for java (and Graal native image) run things, the content can differ.

I'm run clj-kondo from the jvm to lint, and clojure-lsp from binary via emacs.

yeah I think clojure-lsp has it set to true, but we can force it to false (my preference) when writing the file. PR welcome

๐Ÿ‘ 1