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

Don't install rebar3_elvis_plugin plugin #14

Open
weiss opened this issue Jul 23, 2022 · 0 comments
Open

Don't install rebar3_elvis_plugin plugin #14

weiss opened this issue Jul 23, 2022 · 0 comments

Comments

@weiss
Copy link

weiss commented Jul 23, 2022

Both prometheus_httpd and accept use the rebar3_archive_plugin, which in turn depends on the rebar3_elvis_plugin, which conflicts with rebar3_lint. Using the latter in a project that depends on prometheus_httpd may fail in weird ways.

The dependency has actually been removed from the current rebar3_archive_plugin code, but prometheus_httpd and accept depend on older versions of the plugin. It would be nice to update them to use the current rebar3_archive_plugin code (or to remove that dependency).

FWIW, this works for me as a workaround:

{overrides,
 [% The rebar3_archive_plugin (used by prometheus_httpd and accept) depends on
  % the rebar3_elvis_plugin, which conflicts with rebar3_lint.
  {del,
   [{plugins, [{rebar3_archive_plugin, "0.0.1"}]},
    {plugins, [{rebar3_archive_plugin, "0.0.2"}]}]}]}.
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