2011-04-15 17:22:49 +02:00
|
|
|
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
|
|
|
%% ex: ts=4 sw=4 ft=erlang et
|
|
|
|
|
2009-11-30 12:02:09 -07:00
|
|
|
{app_bin, ["priv/rebar"]}.
|
2011-04-07 21:56:17 +02:00
|
|
|
{erl_opts, [warnings_as_errors]}.
|
2012-04-02 08:01:39 -07:00
|
|
|
{xref_checks, []}.
|
|
|
|
{xref_queries,
|
2012-04-04 09:50:05 -07:00
|
|
|
[{"(XC - UC) || (XU - X - B
|
2012-04-02 08:01:39 -07:00
|
|
|
- (\"escript\":\"foldl\"/\"3\")
|
2012-04-04 09:50:05 -07:00
|
|
|
- (\"abnfc\":\"file\"/\"2\")
|
|
|
|
- (\"erlydtl\":\"compile\"/\"3\")
|
|
|
|
- (\"lfe_comp\":\"file\"/\"2\")
|
|
|
|
- (\"neotoma\":\"file\"/\"2\")
|
|
|
|
- (\"protobuffs_compile\":\"scan_file\"/\"1\"))",
|
|
|
|
[]}]}.
|