Fork me on GitHub
#clj-kondo
<
2022-04-10
>
Joshua Suskalo14:04:09

So I know very little about this library, but if it uses macros to define its vars, kondo won't pick them up by default. You have to specify in your kondo config how it should treat those macros. For simpler def-style macros this is easy, but for some others it can be a big challenge.

borkdude14:04:20

We also have a library here for generating stubs: https://github.com/clj-easy/stub

borkdude14:04:14

You can also just disable unresolved-var for some namespaces