Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler errors when running ecto.gen.migration: #74

Open
ityonemo opened this issue Sep 21, 2023 · 1 comment
Open

compiler errors when running ecto.gen.migration: #74

ityonemo opened this issue Sep 21, 2023 · 1 comment

Comments

@ityonemo
Copy link
Collaborator

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
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant