Fork me on GitHub
#clj-kondo
<
2023-12-24
>
Drew Verlee06:12:39

if i want to ignore the ruleset function below

(require '[odoyle.rum :as orum]')

(orum/rulset ...)
What would my config look like? This is what i tried:
{:config-in-call {odoyle.rum/click-counter {:ignore [:unresolved-symbol]}}}

borkdude11:12:52

I think that should work, doesn't it?

Drew Verlee04:01:38

it did, i had a typo.