Fork me on GitHub
#clj-kondo
<
2021-07-27
>
zimablue03:07:09

hi, are there any clojure.core specs for the data which clj-kondo produces?

zendevil.eth14:07:14

Is there a way to turn off false warnings that come up due to using macros?

zendevil.eth14:07:49

like I might have willingly captured a variable name and that’s showing up as unresolved

zendevil.eth14:07:36

or a macro that takes a variable name also shows that as unresolved

borkdude14:07:04

@ps I'm working on a new feature for macroexpansion. Perhaps you're willing to test it out?

zendevil.eth14:07:24

It would be my immense pleasure!

borkdude14:07:56

ok, you could read around here: https://github.com/clj-kondo/clj-kondo/discussions/1329 and try it out on the JVM first

borkdude15:07:16

I can write a summary when my current meeting ends

zendevil.eth15:07:46

Thank you that would be great

zendevil.eth15:07:38

great work with clj-kondo!

Jim Newton16:07:05

@borkdude do we need a macros HOWTO for cli-kondo?