{erl_opts, [debug_info, {i, "include"}
|
|
%% {d, show_bt_log}, %% log_switch
|
|
]}.
|
|
|
|
{deps, [
|
|
jsx
|
|
]}.
|
|
|
|
{xref_checks, [
|
|
undefined_function_calls
|
|
, undefined_functions
|
|
, locals_not_used
|
|
, deprecated_function_calls
|
|
, deprecated_functions
|
|
]}.
|