2011-04-15 15:22:49 +00:00
|
|
|
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
|
|
|
%% ex: ts=4 sw=4 ft=erlang et
|
|
|
|
|
2009-11-30 19:02:09 +00:00
|
|
|
{app_bin, ["priv/rebar"]}.
|
2012-06-17 20:57:33 +00:00
|
|
|
%% escript_incl_extra is for internal rebar-private use only.
|
|
|
|
%% Do not use outside rebar. Config interface is not stable.
|
2012-06-17 20:38:00 +00:00
|
|
|
{escript_incl_extra, [{"priv/templates/*", "."}]}.
|
2011-04-07 19:56:17 +00:00
|
|
|
{erl_opts, [warnings_as_errors]}.
|
2012-04-02 15:01:39 +00:00
|
|
|
{xref_checks, []}.
|
|
|
|
{xref_queries,
|
2012-04-04 16:50:05 +00:00
|
|
|
[{"(XC - UC) || (XU - X - B
|
2012-04-02 15:01:39 +00:00
|
|
|
- (\"escript\":\"foldl\"/\"3\")
|
2012-08-31 20:20:22 +00:00
|
|
|
- (\"eunit_test\":\"function_wrapper\"/\"2\")
|
|
|
|
- (\"eunit_test\":\"mf_wrapper\"/\"2\")
|
2012-04-04 16:50:05 +00:00
|
|
|
- (\"abnfc\":\"file\"/\"2\")
|
|
|
|
- (\"erlydtl\":\"compile\"/\"3\")
|
|
|
|
- (\"lfe_comp\":\"file\"/\"2\")
|
|
|
|
- (\"neotoma\":\"file\"/\"2\")
|
|
|
|
- (\"protobuffs_compile\":\"scan_file\"/\"1\"))",
|
|
|
|
[]}]}.
|