clj-kondo

https://github.com/clj-kondo/clj-kondo
yenda 2020-05-09T12:10:07.190400Z

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

borkdude 2020-05-09T12:12:41.190700Z

@yenda You should wrap that part in :clj

yenda 2020-05-09T17:49:37.191400Z

ok thanks