Fork me on GitHub
#tools-deps
<
2019-04-15
>
borkdude20:04:31

is there a way to let tools.deps print only the paths that you specified in your deps.edn file and not the entire classpath?

Alex Miller (Clojure team)20:04:30

No - why would that be useful?

borkdude20:04:41

linting 🙂

borkdude20:04:50

why linting you mean?

borkdude20:04:04

one use case: I want to lint the entire classpath, but only report errors from my own code. but it’s not too hard to do some manipulation on the output of -Spath or hard-code it. the amount of paths if fairly limited.

borkdude20:04:21

to answer your question more generally: it could in theory be useful to list all the files from your own paths for whatever reason

borkdude20:04:45

but I guess not high priority for now