Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

19 wiersze
705 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_emu_args, "%%! -noshell -noinput\n"}.
  5. %% escript_incl_extra is for internal rebar-private use only.
  6. %% Do not use outside rebar. Config interface is not stable.
  7. {escript_incl_extra, [{"priv/templates/*", "."}]}.
  8. {erl_opts, [warnings_as_errors]}.
  9. {xref_checks, []}.
  10. {xref_queries,
  11. [{"(XC - UC) || (XU - X - B
  12. - (\"escript\":\"foldl\"/\"3\")
  13. - (\"abnfc\":\"file\"/\"2\")
  14. - (\"erlydtl\":\"compile\"/\"3\")
  15. - (\"lfe_comp\":\"file\"/\"2\")
  16. - (\"neotoma\":\"file\"/\"2\")
  17. - (\"protobuffs_compile\":\"scan_file\"/\"1\"))",
  18. []}]}.