Skip to content

[feature] reflections check without dependencies #4

@kwladyka

Description

@kwladyka

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:

  1. it makes mess and always have to read carefully if there are app reflections somewhere between
  2. CI/CD when want to fail build if there are reflections in app (but not in dependecies)

It is connected with #3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions