Skip to content

Commit

Permalink
Fix dialyxir by using default ignore file name
Browse files Browse the repository at this point in the history
  • Loading branch information
abelino committed Oct 6, 2024
1 parent 118f94b commit 5e9d103
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ defmodule Speck.MixProject do
deps: deps(),
docs: docs(),
dialyzer: [
ignore_warnings: "dialyzer.ignore.exs",
plt_add_apps: [:mix],
list_unused_filters: true,
plt_file: {:no_warn, plt_file_path()},
Expand All @@ -39,7 +38,7 @@ defmodule Speck.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:dialyxir, "~> 1.3", only: :dev, runtime: false},
{:dialyxir, "~> 1.4", only: :dev, runtime: false},
{:ex_doc, "~> 0.30", only: :dev, runtime: false},
]
end
Expand Down

0 comments on commit 5e9d103

Please sign in to comment.