enoise/rebar.config
Hans Svensson 7805b983b2 Add xref configuration to rebar.config
Skip unused exports - that is expected from a library API…
2018-03-09 09:42:14 +01:00

11 lines
401 B
Erlang

{erl_opts, [debug_info]}.
{deps, [{enacl, ".*", {git, "https://github.com/aeternity/enacl.git", {ref, "2f50ba6"}}}]}.
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}]}]}
]}.
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used,
deprecated_function_calls, deprecated_functions]}.