diff options
-rw-r--r-- | rebar.config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index d7d0b38..665255c 100644 --- a/rebar.config +++ b/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]}. |