rebar.config 215 B

1234567891011
  1. {cover_enabled, true}.
  2. {deps, [
  3. {quoted, "1.0.0",
  4. {git, "git://github.com/klaar/quoted.erl.git", {tag, "1.0.1"}}}
  5. ]}.
  6. {erl_opts, [
  7. %% bin_opt_info,
  8. %% warn_missing_spec,
  9. warnings_as_errors,
  10. warn_export_all
  11. ]}.