diff --git a/rebar.config b/rebar.config index 9b03f12..81b0407 100644 --- a/rebar.config +++ b/rebar.config @@ -17,8 +17,7 @@ warn_obsolete_guard, strict_validation, warn_export_vars, - warn_exported_vars, - debug_info]}. + warn_exported_vars]}. {dialyzer_opts, [{warnings, [unmatched_returns, error_handling, race_conditions, behaviours]}]}. {xref_checks, [undefined_function_calls]}. {cover_enabled, true}.