diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2016-02-29 14:56:28 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2016-02-29 14:56:28 +0100 |
commit | 8c49d1e1afb7f5247fa01a701e8c31e3729b52b3 (patch) | |
tree | b7bc59fe5a51443eb8be3f40f927bbdbe264632d | |
parent | Do not call to deprected/undefined functions from mod_shared_roster_ldap (diff) |
Disable back undefined_function_calls xref check
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index aa28d40b..12b03ffe 100644 --- a/rebar.config +++ b/rebar.config @@ -90,7 +90,7 @@ {xref_warnings, false}. -{xref_checks, [deprecated_function_calls, undefined_function_calls]}. +{xref_checks, [deprecated_function_calls]}. {xref_exclusions, [ "(\"gen_transport\":_/_)", |