You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
839 B

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