Skip to content

Commit 9c3bc4b

Browse files
antedeguemonmichalmuskala
authored andcommitted
Removes unused Dialyzer ignored warnings (#182)
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]>
1 parent 88a0bb8 commit 9c3bc4b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dialyzer.ignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

mix.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ defmodule Jason.Mixfile do
4444

4545
defp dialyzer() do
4646
[
47-
ignore_warnings: "dialyzer.ignore",
4847
plt_add_apps: [:decimal]
4948
]
5049
end

0 commit comments

Comments
 (0)