We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838ea5a commit a8ec70cCopy full SHA for a8ec70c
1 file changed
mix.exs
@@ -58,7 +58,7 @@ defmodule CircularBuffer.MixProject do
58
59
defp dialyzer() do
60
[
61
- flags: [:race_conditions, :unmatched_returns, :error_handling]
+ flags: [:missing_return, :extra_return, :unmatched_returns, :error_handling]
62
]
63
end
64
0 commit comments