Fork me on GitHub
#clj-kondo
<
2023-04-03
>
borkdude18:04:55

In the next version: :exclude-patterns in :unresolved-symbol , e.g. to suppress ?foo named variables in a macro usage. (cc @noprompt)

👍 4
Noah Bogart18:04:10

oh that's cool, would work great when paired with :config-in-call

borkdude18:04:35

As you can see in the screenshot, you can attach the config directly on the macro

👍 1
borkdude18:04:14

but if you don't control the macro then config-in-call works great too

noprompt19:04:37

That’s a nice way to do it 🙂