Fork me on GitHub
#clj-kondo
<
2021-11-10
>
adc1703:11:36

Hey folks, I'm trying to write a hook (https://github.com/clj-kondo/clj-kondo/blob/master/doc/hooks.md). Right now I'm doing stuff like this: (prn (api/sexpr node)) and just running the linter each time to log output. It would be great if instead I could generate a value that I could interactively def in my repl, and then pass it to my custom hook to iterate more rapidly. Does anyone know if this is doable?

borkdude09:11:16

@alexchalk17 Please post an issue about it (if there isn't already one)