rebar.config 194 B

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