rebar.config 187 B

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