Fork me on GitHub
#clj-kondo
<
2021-08-30
>
Jakub Holý (HolyJak)13:08:39

Hi! Any idea why running

clj-kondo --copy-configs --dependencies --lint (clojure -Spath)
inside https://github.com/holyjak/minimalist-fulcro-template-backendless does not offer to import clj-config exports from Fulcro? The deps have the latest Fulcro with kondo exports https://github.com/fulcrologic/fulcro/tree/c840483be0c635825b47b8f6434c98de093bf83c/resources/clj-kondo.exports/com.fulcrologic/fulcro 🙏

borkdude13:08:22

you need a dollar sign before (clojure -Spath)

Jakub Holý (HolyJak)13:08:00

not really, I run this in Fish not bash. The command is working for Pathom. Sorry for not proiding that info up front!

borkdude13:08:58

then it's probably because fulcro doesn't have resources on its classpath: https://github.com/fulcrologic/fulcro/blob/c840483be0c635825b47b8f6434c98de093bf83c/deps.edn#L1

borkdude13:08:17

so the clj-kondo stuff isn't actually inside the jar

Jakub Holý (HolyJak)13:08:27

Ah, ok, many thanks!

borkdude13:08:38

My pleasure :)