Skip to content

Commit

Permalink
Removes unused Dialyzer ignored warnings (#182)
Browse files Browse the repository at this point in the history
From OTP 26, the Dialyzer warnings for Jason.Encoder's __impl__
unknown functions are not being raised anymore.

This makes the ignored warnings unnecessary, especially because CI
only runs Dialyzer with Elixir 1.15 and OTP 26.

Co-authored-by: antedeguemon <[email protected]>
  • Loading branch information
2 people authored and michalmuskala committed Jun 29, 2024
1 parent 88a0bb8 commit 9c3bc4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions dialyzer.ignore

This file was deleted.

1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ defmodule Jason.Mixfile do

defp dialyzer() do
[
ignore_warnings: "dialyzer.ignore",
plt_add_apps: [:decimal]
]
end
Expand Down

0 comments on commit 9c3bc4b

Please sign in to comment.