Skip to content

Commit

Permalink
dialyzer options
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Nov 9, 2023
1 parent 1b2f823 commit b80d69b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ defmodule BencheeHTML.Mixfile do
"coveralls.html": :test,
"coveralls.travis": :test
],
dialyzer: [
flags: [:unmatched_returns, :error_handling, :underspecs],
plt_file: {:no_warn, "tools/plts/benchee.plt"}
],
name: "benchee_html",
source_url: "https://github.com/PragTob/benchee_html",
description: """
Expand Down

0 comments on commit b80d69b

Please sign in to comment.