Add xref configuration to rebar.config
Skip unused exports - that is expected from a library API…
This commit is contained in:
parent
8d47669d68
commit
7805b983b2
@ -3,3 +3,8 @@
|
|||||||
|
|
||||||
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}]}]}
|
{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]}.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user