Browse Source

Update rebar.config

Takeru Ohta 2 years ago
parent
commit
d9107b8e8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -21,7 +21,7 @@
 
 
 {shell, [{apps, [jsone]}]}.
 {shell, [{apps, [jsone]}]}.
 
 
-{dialyzer, [{warnings, [error_handling, race_conditions, unmatched_returns, unknown, no_improper_lists]}]}.
+{dialyzer, [{warnings, [error_handling, unmatched_returns, unknown, no_improper_lists]}]}.
 
 
 {profiles, [{native, [{erl_opts, [{d, 'ENABLE_HIPE'}]}]},
 {profiles, [{native, [{erl_opts, [{d, 'ENABLE_HIPE'}]}]},
             {edown, [{edoc_opts, [{doclet, edown_doclet}]}, {deps, [edown]}]}]}.
             {edown, [{edoc_opts, [{doclet, edown_doclet}]}, {deps, [edown]}]}]}.