Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebar3 allows dependency declarations like ``` {deps,[ {rebar, {pkg, rebar_fork}}, % rebar app under a different pkg name ]} ``` elvis crashes at a declaration like this ``` # rebar.config [FAIL] Error: 'badarg' while applying rule 'protocol_for_deps_rebar'. # rebar.config [FAIL] Error: 'badarg' while applying rule 'protocol_for_deps_rebar'. ``` This fix prevents elvis from crashing and accepts the declaration as valid.
- Loading branch information