Browse Source

Add more dialyzer warnings to rebar.config.

Loïc Hoguin 14 years ago
parent
commit
06ff8607ed
1 changed files with 7 additions and 1 deletions
  1. 7 1
      rebar.config

+ 7 - 1
rebar.config

@@ -1,2 +1,8 @@
-{dialyzer_opts, [src]}.
+{dialyzer_opts, [src, {warnings, [
+	behaviours,
+	error_handling,
+	race_conditions,
+	unmatched_returns
+%%	underspecs
+]}]}.
 {erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}.