Closed ieugen closed 2 years ago
This is something you can add to your own clj-kondo config. It doesn't need to be part of this project.
Thanks for the feedback. Wouldn't it be better (for reuse) to be part of this project?
Yes, but it would also be something else we have to maintain.
@nathanmarz :
It seems that :lint-as
works pretty good at hiding nresolved symbol errors.
I used it like this (clj-kondo config as namespace metadata):
(ns dev.schema
{:clj-kondo/config '{:lint-as {com.rpl.proxy-plus/proxy+ clojure.core/proxy}}}
I imported this library in my ocde and while working on it from Calva I noticed it does not have support for clj-kondo.
To my knowledge, macro support needs to be added for this to work. Perhaps of help: https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#unrecognized-macros