您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
710 B

  1. %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
  2. %% ex: ts=4 sw=4 ft=erlang et
  3. {app_bin, ["priv/rebar"]}.
  4. %% escript_incl_extra is for internal rebar-private use only.
  5. %% Do not use outside rebar. Config interface is not stable.
  6. {escript_incl_extra, [{"priv/templates/*", "."}]}.
  7. {erl_opts, [warnings_as_errors]}.
  8. {xref_checks, []}.
  9. {xref_queries,
  10. [{"(XC - UC) || (XU - X - B
  11. - (\"escript\":\"foldl\"/\"3\")
  12. - (\"eunit_test\":\"function_wrapper\"/\"2\")
  13. - (\"abnfc\":\"file\"/\"2\")
  14. - (\"erlydtl\":\"compile\"/\"3\")
  15. - (\"lfe_comp\":\"file\"/\"2\")
  16. - (\"neotoma\":\"file\"/\"2\")
  17. - (\"protobuffs_compile\":\"scan_file\"/\"2\"))",
  18. []}]}.