Fork me on GitHub
#clj-kondo
<
2020-05-09
>
yenda12:05:07

It seems like the linter config :unresolved-namespace {:exclude [System]} doesn't work. I still get warning: Unresolved namespace System. Are you missing a require? in a cljc file within a defmacro

borkdude12:05:41

@yenda You should wrap that part in :clj

yenda17:05:37

ok thanks