Skip to content

Commit a8ec70c

Browse files
committed
Update Dialyzer flags to check more
1 parent 838ea5a commit a8ec70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ defmodule CircularBuffer.MixProject do
5858

5959
defp dialyzer() do
6060
[
61-
flags: [:race_conditions, :unmatched_returns, :error_handling]
61+
flags: [:missing_return, :extra_return, :unmatched_returns, :error_handling]
6262
]
6363
end
6464
end

0 commit comments

Comments
 (0)