Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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