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

Support for Rebar3 style deps #269

Merged
merged 1 commit into from
Sep 7, 2015
Merged

Conversation

walrusVision
Copy link
Contributor

Elvis fails on a rebar.config file which uses Rebar3 style deps with the following error.

# rebar.config [FAIL]
Error: 'function_clause' while applying rule 'protocol_for_deps_rebar'.
Loading files...
Applying rules...

This is the style which it fails on.

{deps, [
  {poolboy, {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
  {gproc,   {git, "https://github.com/uwiger/gproc.git", {branch, "master"}}}
]
}.

@jfacorro jfacorro assigned jfacorro and unassigned jfacorro Sep 7, 2015
elbrujohalcon pushed a commit that referenced this pull request Sep 7, 2015
Support for Rebar3 style deps
@elbrujohalcon elbrujohalcon merged commit a8c7864 into inaka:master Sep 7, 2015
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.

None yet

3 participants