Fork me on GitHub
#clj-kondo
<
2023-05-19
>
vemv18:05:50

Are there some quick reasons why I'm seeing No configs copied ? I'm expecting the Promesa exports to be copied

$ clojure -M:kondo --copy-configs --dependencies --parallel --lint "$(clojure -A:dev:test -Spath)"
No configs copied.
$ clojure -A:dev:test -Spath
src:/Users/vemv/.m2/repository/cljs-ajax/cljs-ajax/0.8.4/cljs-ajax-0.8.4.jar:/Users/vemv/.m2/repository/crate/crate/0.2.5/crate-0.2.5.jar:/Users/vemv/.m2/repository/funcool/promesa/10.0.594/promesa-10.0.594.jar [...]

vemv18:05:59

If I uncompress that exact jar, the resource is there

borkdude18:05:24

It could be that you don't have a .clj-kondo directory yet

borkdude18:05:28

which is a necessary pre-condition

borkdude18:05:47

clj-kondo could of course include that in the message :-)

vemv18:05:59

that bit two of us (and CircleCi, so three :robot_face:) at work thanks for the quick help!