Current section

Files

Jump to
e2h rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{validate_app_modules, true}.
{deps, []}.
{project_plugins, [rebar3_hex, coveralls]}.
{hex, [{doc, edoc}]}.
{shell, [{apps, [e2h]}]}.
{dialyzer, [{warnings, [no_return,
error_handling,
unmatched_returns,
no_unknown]}]}.
{xref_checks, [fail_on_warning,
undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions]}.
{cover_enabled, true}.
{cover_export_enabled, true}.
{coveralls_coverdata, "_build/test/cover/eunit.coverdata"}.
{coveralls_service_name, "github"}.