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.

15 lines
484 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. {erl_opts, [warnings_as_errors]}.
  5. {xref_checks, []}.
  6. {xref_queries,
  7. [{"(XC - UC) || (XU - X - B
  8. - (\"escript\":\"foldl\"/\"3\")
  9. - (\"abnfc\":\"file\"/\"2\")
  10. - (\"erlydtl\":\"compile\"/\"3\")
  11. - (\"lfe_comp\":\"file\"/\"2\")
  12. - (\"neotoma\":\"file\"/\"2\")
  13. - (\"protobuffs_compile\":\"scan_file\"/\"1\"))",
  14. []}]}.