Browse Source

Add no_improper_lists dialyzer option

Takeru Ohta 7 years ago
parent
commit
0e42866709
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rebar.config

+ 1 - 1
rebar.config

@@ -28,7 +28,7 @@
 
 {dialyzer,
  [
-  {warnings, [error_handling, race_conditions, unmatched_returns, unknown]}
+  {warnings, [error_handling, race_conditions, unmatched_returns, unknown, no_improper_lists]}
  ]}.
 
 {profiles,