Protocol For Deps rebar.config

View Source

rebar.config dependencies should use known protocols.

Warning

This rule was removed in version 2.0.0; use protocol_for_deps instead.

Options

  • regex :: string()
    • default: (https://.*|[0-9]+([.][0-9]+)*)

Example configuration

{elvis_project, protocol_for_deps_rebar, #{regex => "(https://.*|[0-9]+([.][0-9]+)*)"}}