Fork me on GitHub
#clj-kondo
<
2024-01-23
>
martinklepsch15:01:57

Hey 🙂 I have a deps.edn with a dependency on https://github.com/lambdaisland/glogi/commit/5b28c6e0d32880bfbd971da24fa33a62b3e3fa7c and expected clj-kondo --copy-configs --lint src to import the config that was added to the project but somehow it doesn't seem like it is imported, i.e. "No configs copied." The library is added to ~/.gitlibs and the file is present there as well. Did I mess up the filepath somehow? :thinking_face:

borkdude15:01:02

you should lint your dependencies with:

--lint "$(clojure -Spath)" --dependencies --copy-configs

martinklepsch08:01:30

that did it, thanks! ❤️

👍 1