Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [
rebar3_hex,
rebar3_lint,
erlfmt,
coveralls
]}.
{hex, [{doc, edoc}]}.
{erlfmt, [write]}.
{dialyzer, [{warnings, [no_return, error_handling, underspecs, unmatched_returns, no_unknown]}]}.
{xref_checks, [
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"}.