Exonerate
Exonerate copied to clipboard
compiler errors when running ecto.gen.migration:
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:
-
If :exonerate is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs
-
If :exonerate is a dependency, make sure it is listed under "def deps" in your mix.exs
-
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
probably solution is to add [xref: [exclude: [Exonerate]]] to def project.