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)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
Thanks! I'll set everything to latest, sounds like like that should do it
Yeah, I think I did submit a fix around this. Ping here if it persists after upgrading to latest clj-kondo, @vemv .