summaryrefslogtreecommitdiff
path: root/test/rebar_xref_SUITE_data/recursive/apps/rebar_issue1/rebar.config
blob: cf48edf6b3153127bc7e3501c5fa8b6760372858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{erl_opts, [debug_info]}.
{deps, []}.

{xref_checks,[
    undefined_function_calls,
    undefined_functions,
    locals_not_used,
    deprecated_function_calls,
    deprecated_functions
]}.

{provider_hooks, [{post, [{compile, xref}]}]}.