Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [
debug_info,
warn_export_all,
warn_export_vars,
warn_obsolete_guard,
warn_shadow_vars,
warn_unused_import,
warnings_as_errors
]}.
{deps, [
{'gpb', "3.26.3"}
]}.
{dialyzer, [
{warnings, [
unmatched_returns,
error_handling,
race_conditions,
underspecs
]}
]}.