Exonerate icon indicating copy to clipboard operation
Exonerate copied to clipboard

compiler errors when running ecto.gen.migration:

Open ityonemo opened this issue 1 year ago • 1 comments

warning: Exonerate.function_from_resource/4 defined in application :exonerate is used by the current application but the current application does not depend on :exonerate. To fix this, you must do one of:

  1. If :exonerate is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs

  2. If :exonerate is a dependency, make sure it is listed under "def deps" in your mix.exs

  3. In case you don't want to add a requirement to :exonerate, you may optionally skip this warning by adding [xref: [exclude: [Exonerate]]] to your "def project" in mix.exs

lib/web/router.ex:53: Web.Router

ityonemo avatar Sep 21 '23 20:09 ityonemo

probably solution is to add [xref: [exclude: [Exonerate]]] to def project.

ityonemo avatar Sep 21 '23 20:09 ityonemo