Current section

Files

Jump to
fswitch rebar.config
Raw

rebar.config

{erl_opts, [
debug_info,
warn_export_all,
warn_export_vars,
warn_shadow_vars,
warn_obsolete_guard,
{parse_transform, lager_transform},
{lager_truncation_size, 8192}
]}.
{xref_checks,[
undefined_function_calls,
undefined_functions,
locals_not_used,
% exports_not_used,
deprecated_function_calls,
deprecated_functions
]}.
{relx, [
{release, {"fswitch", "1.0.0"}, [fswitch]}
]}.
{plugins, [rebar3_hex]}.
{deps, [
lager, gproc, uuid_erl
]}.