選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
642 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_shebang, "#!/usr/bin/env escript\n"}.
  5. {escript_emu_args, "%%! -noshell -noinput\n"}.
  6. {escript_incl_extra, [{"priv/templates/*", "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. - (\"abnfc\":\"file\"/\"2\")
  13. - (\"erlydtl\":\"compile\"/\"3\")
  14. - (\"lfe_comp\":\"file\"/\"2\")
  15. - (\"neotoma\":\"file\"/\"2\")
  16. - (\"protobuffs_compile\":\"scan_file\"/\"1\"))",
  17. []}]}.