Current section

Files

Jump to
ra rebar.config
Raw

rebar.config

{deps, [
{gen_batch_server, "0.8.8"},
{aten, "0.5.8"},
{seshat, "0.3.2"}
]}.
{profiles,
[{test, [{deps, [proper,
meck,
elvis,
{looking_glass,
{git, "https://github.com/rabbitmq/looking-glass.git",
{branch, "master"}}},
{inet_tcp_proxy,
{git, "https://github.com/rabbitmq/inet_tcp_proxy",
{branch, "master"}}}
]}]}
]
}.
{dist_node, [
{sname, 'ra'}
]}.
{project_plugins, [rebar3_hex]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.
{dialyzer, [{warnings,
[error_handling,
unmatched_returns]}]}.
{xref_extra_paths, ["test"]}.
{xref_checks,[undefined_function_calls,
undefined_functions,
locals_not_used,
% exports_not_used,
deprecated_function_calls,
deprecated_functions]}.
{hex, [
{doc, edoc}
]}.