is it possible to make clj-kondo not copy configs from the repo's resources/clj-kondo.exports folder? i have :config-paths ["../resources/clj-kondo.exports/this-repo"] in my .clj-kondo/config.edn and when i run clj-kondo --copy-configs, they appear in .clj-kondo/imports which means they're doubled up (and can get out of sync when i'm editing hooks)
"just don't run --copy-configs" i use clojure-lsp, which does it automatically
yes, not use --copy-configs :)
or exclude that from the clojure-lsp classpath
somehow
it seems to me that the benefit of copy-configs is to avoid the cost of opening jars to find configs. in this case, the :config-paths aren't pointing to jars, so should they be copied?
configs don't just come from jars
I'm hoping to avoid the copying later this year when clj-kondo gets a configuration which makes clear what the dependencies and local sources are
so it'll be addressed eventually
okay, cool
that's great news. i won't open any github issues about this and trust the process
first .. bb conf :)