clj-kondo

vemv 2026-05-08T01:30:09.707569Z

I have a project where .clj-kondo/inline-configs/foo/config.edn is getting rewritten automatically. Does it come to mind if it's part of something well-known?

-{:lint-as {foo/with-queue clojure.core/with-open}}
+{:lint-as #:foo{with-queue clojure.core/with-open}}
(it also could be a side-effect of my very odd personal stack)

borkdude 2026-05-08T07:28:43.177069Z

oh that's unfortunate. I think that was fixed but could it be you or a tool using two different version of clj-kondo? cc @lee I think he provided a fix for this, not sure. kinda busy today with bb conf, but will get back to this

vemv 2026-05-08T11:04:01.276689Z

Thanks! I'll set everything to latest, sounds like like that should do it

lread 2026-05-08T12:23:23.174769Z

Yeah, I think I did submit a fix around this. Ping here if it persists after upgrading to latest clj-kondo, @vemv .