Skip to content

Commit

Permalink
Drop -Wrace_conditions from Dialyzer opts for Erlang 25 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 29, 2022
1 parent 77f47f5 commit a0a863d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
]}.
{dialyzer, [{warnings,
[error_handling,
race_conditions,
unmatched_returns]}]}.
{xref_extra_paths, ["test"]}.
{xref_checks,[undefined_function_calls,
Expand Down

0 comments on commit a0a863d

Please sign in to comment.