We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5562e51 commit 97302e8Copy full SHA for 97302e8
mix.exs
@@ -14,6 +14,7 @@ defmodule Sentry.Mixfile do
14
deps: deps(),
15
elixirc_paths: elixirc_paths(Mix.env()),
16
dialyzer: [
17
+ flags: [:unmatched_returns, :error_handling, :extra_return],
18
plt_file: {:no_warn, "priv/plts/dialyzer.plt"},
19
plt_core_path: "priv/plts",
20
plt_add_deps: :app_tree,
0 commit comments