mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
e74a0feb05
app_bin option was used by the install command which has been
removed in 51ed787
.
21 lines
839 B
Erlang
21 lines
839 B
Erlang
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
|
%% ex: ts=4 sw=4 ft=erlang et
|
|
|
|
%% escript_incl_extra is for internal rebar-private use only.
|
|
%% Do not use outside rebar. Config interface is not stable.
|
|
{escript_incl_extra, [{"priv/templates/*", "."}]}.
|
|
{erl_opts, [warnings_as_errors]}.
|
|
{xref_checks, []}.
|
|
{xref_queries,
|
|
[{"(XC - UC) || (XU - X - B
|
|
- (\"escript\":\"foldl\"/\"3\")
|
|
- (\"eunit_test\":\"function_wrapper\"/\"2\")
|
|
- (\"abnfc\":\"file\"/\"2\")
|
|
- (\"erlydtl\":\"compile\"/\"3\")
|
|
- (\"lfe_comp\":\"file\"/\"2\")
|
|
- (\"neotoma\":\"file\"/\"2\")
|
|
- (\"protobuffs_compile\":\"scan_file\"/\"2\")
|
|
- (\"diameter_codegen\":\"from_dict\"/\"4\")
|
|
- (\"diameter_dict_util\":\"format_error\"/\"1\")
|
|
- (\"diameter_dict_util\":\"parse\"/\"2\"))",
|
|
[]}]}.
|