Skip to content

Commit

Permalink
Make dialyzer happy on OTP26
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed May 19, 2023
1 parent 9f0c8b1 commit 325e80b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.
{dialyzer, [{warnings,
[error_handling,
unmatched_returns]}]}.
unmatched_returns]},
{plt_extra_apps, [eunit]}]}.
{xref_extra_paths, ["test"]}.
{xref_checks,[undefined_function_calls,
undefined_functions,
Expand Down

0 comments on commit 325e80b

Please sign in to comment.