Current section

Files

Jump to
fs_sync rebar.config
Raw

rebar.config

{deps_dir,["deps"]}.
{erl_opts, [
warn_export_all,
% warn_missing_spec,
% warnings_as_errors,
debug_info
]}.
{xref_checks, [
undefined_function_calls,
deprecated_function_calls,
locals_not_used
]}.
{deps, [
fs_event
]}.