diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 815636b..869303e 100644 --- a/rebar.config +++ b/rebar.config @@ -3,4 +3,8 @@ {app_bin, ["priv/rebar"]}. {erl_opts, [warnings_as_errors]}. -{xref_checks, [undefined_function_calls]}. +{xref_checks, []}. +{xref_queries, + [{"(XC - UC) || (XU - X - B + - (\"escript\":\"foldl\"/\"3\") + - (\"abnfc\":\"file\"/\"2\"))",[]}]}. |