Skip to content

Commit

Permalink
decided I do not care about unmatched returns
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Nov 9, 2023
1 parent b80d69b commit e7122b6
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 @@ -21,7 +21,7 @@ defmodule BencheeHTML.Mixfile do
"coveralls.travis": :test
],
dialyzer: [
flags: [:unmatched_returns, :error_handling, :underspecs],
flags: [:error_handling, :underspecs],
plt_file: {:no_warn, "tools/plts/benchee.plt"}
],
name: "benchee_html",
Expand Down

0 comments on commit e7122b6

Please sign in to comment.