Fork me on GitHub
#clj-kondo
<
2022-05-07
>
pedrorgirardi18:05:50

I want to analyze a project’s classpath but I would like the analysis to be as “lean” as possible - basically var definitions. I’m using this config map:

pedrorgirardi18:05:57

{:var-usages false :var-definitions {:shallow true} :arglists true :keywords false :java-class-definitions false}

pedrorgirardi18:05:40

Is this the right way to go or is there a way to be “leaner”? 🙂

borkdude18:05:56

That's about as lean as it gets right now

pedrorgirardi18:05:02

Cool! It’s all right then. I just wanted to double-check I wasn’t missing something. 😄 Thanks! 🙏