Skip to content

Commit 97302e8

Browse files
committed
Add some flags to Dialyzer
1 parent 5562e51 commit 97302e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ defmodule Sentry.Mixfile do
1414
deps: deps(),
1515
elixirc_paths: elixirc_paths(Mix.env()),
1616
dialyzer: [
17+
flags: [:unmatched_returns, :error_handling, :extra_return],
1718
plt_file: {:no_warn, "priv/plts/dialyzer.plt"},
1819
plt_core_path: "priv/plts",
1920
plt_add_deps: :app_tree,

0 commit comments

Comments
 (0)