Current section
Files
Jump to
Current section
Files
rebar.config
{deps_dir,["deps"]}.
{plugins, [rebar3_hex]}.
{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, ".*", {git,"git://github.com/jamhed/fs_event"}}
]}.