Fork me on GitHub
#clj-kondo
<
2024-02-01
>
valerauko06:02:28

clj-kondo doesn't seem to recognize the (probably macro-generated) redis functions from taoensso/carmine. Is there some workaround for this?

borkdude12:02:29

Those vars are indeed generated by a macro. It's probably best to add {:linters {:unresolved-var {:exclude [redis-namespace]}}}

valerauko04:02:14

Thanks, I'll do that