You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: