Skip to content

Commit

Permalink
fix up dialyzer options
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Nov 9, 2023
1 parent 702c956 commit b9a5ba7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ defmodule Statistex.MixProject do
"safe_coveralls.travis": :test
],
dialyzer: [
flags: [:unmatched_returns, :error_handling, :race_conditions, :underspecs]
dialyzer: [
flags: [:unmatched_returns, :error_handling, :underspecs],
plt_file: {:no_warn, "tools/plts/benchee.plt"}
]
],
name: "Statistex",
source_url: "https://github.com/bencheeorg/statistex",
Expand Down

0 comments on commit b9a5ba7

Please sign in to comment.