Skip to content

Commit

Permalink
Fix dialyzer options for OTP 25
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 10, 2022
1 parent ccebf37 commit 94c830e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule MuonTrap.MixProject do
make_targets: ["all"],
make_clean: ["clean"],
dialyzer: [
flags: [:unmatched_returns, :error_handling, :race_conditions, :underspecs]
flags: [:missing_return, :extra_return, :unmatched_returns, :error_handling, :underspecs]
],
package: package(),
preferred_cli_env: %{
Expand Down

0 comments on commit 94c830e

Please sign in to comment.