rebar.config 217 B

12345678910111213
  1. {cover_enabled, true}.
  2. {dialyzer_opts, [src, {warnings, [
  3. behaviours,
  4. error_handling,
  5. race_conditions,
  6. unmatched_returns
  7. %% underspecs
  8. ]}]}.
  9. {erl_opts, [
  10. %% bin_opt_info,
  11. warnings_as_errors,
  12. warn_export_all
  13. ]}.