michalmuskala / jason

A blazing fast JSON parser and generator in pure Elixir.
Other
1.61k stars 169 forks source link

Removes unused Dialyzer ignored warnings #182

Closed antedeguemon closed 8 months ago

antedeguemon commented 8 months ago

From OTP 26, the unknown function warnings for Jason.Encoder.(.*).__impl__ have stopped being raised by Dialyzer. It makes the dialyzer.ignore unnecessary- especially because CI only runs Dialyzer with Elixir 1.15 and OTP 26.

This pull request simply removes the dialyzer.ignore file.

michalmuskala commented 8 months ago

Thank you! ❤️