I would like to run clojure -A:check configured by :main-opts with parameters to check only app code, but without dependencies in deps.edn.
So without
Reflection warning, bidi/bidi.cljc:20:31 - call to static method decode on java.net.URLDecoder can't be resolved (argument types: java.lang.String, unknown).
Rationale:
- it makes mess and always have to read carefully if there are app reflections somewhere between
- CI/CD when want to fail build if there are reflections in app (but not in dependecies)
It is connected with #3