Skip to content

Commit

Permalink
fix dialyzer config
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Nov 9, 2023
1 parent d12a737 commit a4f9a3c
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 @@ -25,7 +25,7 @@ defmodule DeepMerge.Mixfile do
name: "deep_merge",
source_url: "https://github.com/PragTob/deep_merge",
dialyzer: [
flags: [:unmatched_returns, :error_handling, :race_conditions, :underspecs],
flags: [:error_handling, :underspecs],
ignore_warnings: ".dialyzer_ignore.exs",
list_unused_filters: true
],
Expand Down

0 comments on commit a4f9a3c

Please sign in to comment.