Fork me on GitHub
#clj-kondo
<
2022-11-28
>
Tim Janssen12:11:12

What options can be passed to run! in the clj-kondo babashka pod? Is there a way to run the equivalent of: clj-kondo --lint "$(clojure -Spath)" --dependencies --parallel --copy-configs using the pod?

borkdude12:11:43

{:lint [(:out (babashka.process/shell {:out :string} "clojure -Spath"))]
 :dependencies true
 :parallel true
 :copy-configs true}