Skip to content

Commit

Permalink
Remove dialyzer.ignore-warnings
Browse files Browse the repository at this point in the history
Since removing all lines from Dialyzer's ignore file, the
dialyzer.ignore-warnings file is no longer needed.
  • Loading branch information
jeffkreeftmeijer committed Jun 25, 2024
1 parent 487e306 commit f356bdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file removed dialyzer.ignore-warnings
Empty file.
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ defmodule Appsignal.Mixfile do
extras: ["README.md", "CHANGELOG.md"]
],
dialyzer: [
ignore_warnings: "dialyzer.ignore-warnings",
plt_file: {:no_warn, "priv/plts/dialyzer.plt"},
plt_add_apps: [:mix]
]
Expand Down

0 comments on commit f356bdd

Please sign in to comment.