clj-kondo 2026-02-11

Is :config-in-call {stevedore/script {:ignore [:unquote]}} not available? I thought config-in-call worked generally, but I have a single false positive for unquote in a 120kLOC codebase that I can't seem to squash with that config snippet 🙂 As far as I understand the problem is that Stevedore has a macro that presents a DSL that uses ~, cf https://github.com/pallet/stevedore/blob/develop/reference.org#unquoting What is the best way to handle this, without disabling the :unquote linter completely?

✅ 1

is :unquote a linter name?

🫢 1

Crap! That was it. The proper name is :unquote-not-syntax-quoted 🙇

Thank you so much. I should not be programming late at night.

no problem :)