Skip to content

Commit

Permalink
chore: fix dialyzer, race conditions was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed May 1, 2024
1 parent a354a2b commit b671eba
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 @@ -20,7 +20,7 @@ defmodule DotCom.Mixfile do
],
dialyzer: [
plt_add_apps: [:mix, :phoenix_live_reload, :ex_aws, :ex_aws_ses],
flags: [:race_conditions, :unmatched_returns],
flags: [:unmatched_returns, :error_handling, :underspecs],
ignore_warnings: ".dialyzer.ignore-warnings"
],
deps: deps(),
Expand Down

0 comments on commit b671eba

Please sign in to comment.