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
@yenda You should wrap that part in :clj
ok thanks