rebar.config

{cover_enabled, true}.
{erl_opts, [debug_info, warnings_as_errors]}.
{edoc_opts, [{dir, "doc"}]}.
{eunit_opts, [{report,{eunit_surefire,[{dir,"."}]}}]}.
{deps,
 [
  {mmath, "~>0.2.14"},
  {jsxd, "~>0.2.4"},
  {snappyer, "~>1.1.3-1.0.5"}
 ]}.

{profiles,
 [{eqc,  [{plugins, [{rebar3_eqc, {git, "https://github.com/project-fifo/rebar3-eqc-plugin.git", {branch, "rebar3-update"}}}]}]},
  {lint, [{plugins, [rebar3_lint]}]}
 ]}.

{dialyzer, [{warnings, [underspecs, overspecs]}]}.