Current section

Files

Jump to
pc rebar.config
Raw

rebar.config

{erl_opts,
[
debug_info,
inline_list_funcs,
warn_deprecated_function,
warn_export_all,
warn_export_vars,
warn_obsolete_guard,
warn_shadow_vars,
warn_untyped_record,
warn_unused_function,
warn_unused_import,
warnings_as_errors
]}.
{xref_checks,
[
undefined_function_calls,
undefined_functions,
locals_not_used,
deprecated_function_calls,
deprecated_functions
]}.