Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts,
[warn_unused_import, warn_export_vars, warnings_as_errors, verbose, report, debug_info]}.
{minimum_otp_vsn, "24"}.
{cover_enabled, true}.
{cover_opts, [verbose]}.
{deps, []}.
{xref_checks,
[undefined_function_calls,
locals_not_used,
deprecated_function_calls,
deprecated_functions]}.
{extra_src_dirs, [{"test", [{recursive, true}]}]}.
{xref_extra_paths, ["test"]}.
{hex, [{doc, ex_doc}]}.
{ex_doc,
[{extras,
["README.md",
"SECURITY.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE.md",
"CHANGELOG.md"]},
{main, "README.md"}]}.
{dialyzer,
[{warnings, [error_handling, underspecs, unknown, unmatched_returns]},
{plt_extra_apps, [common_test]}]}.
{alias, [{test, [format, lint, hank, xref, dialyzer, ct, cover, ex_doc]}]}.
{project_plugins,
[{rebar3_hex, "~> 7.0.6"},
{rebar3_format, "~> 1.2.1"},
{rebar3_lint, "~> 3.0.0"},
{rebar3_hank, "~> 1.3.0"},
{rebar3_ex_doc, "~> 0.2.21"}]}.
{shell, [{apps, [nuntius]}]}.