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

fix: Use project_plugins to avoid dep conflicts #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jrogov
Copy link

@jrogov jrogov commented Nov 10, 2021

When including project- and build-related plugins under plugins key in rebar.config there's a risk of conflict with top-level project config when lib is fetched as a dependency.

Rebar has a mechanism of project_plugins, where plugins are only fetched and used on same-level issue of rebar3 command.

More info: https://rebar3.readme.io/docs/using-available-plugins#project-plugins-and-overriding-commands
Encounter: project-fifo/rebar3_lint#42

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

Successfully merging this pull request may close these issues.

1 participant