Current section
Files
Jump to
Current section
Files
rebar.config
{erl_opts, [
warnings_as_errors,
warn_export_all,
warn_untyped_record,
inline
]}.
{edoc_opts, [
{todo, true},
{private, true}
]}.
{eunit_opts, [
verbose,
{print_depth, 500}
]}.
{plugins, [
rebar3_hex
]}.
{xref_checks, [
fail_on_warning,
undefined_function_calls
]}.