Skip to content

Commit

Permalink
Remove ignored warnings from dialyzer.ignore-warnings
Browse files Browse the repository at this point in the history
In order to fix the dialyzer warnings, remove each one from the ignore
file. When all warnings are fixed, the ignore file could be removed altogether.
  • Loading branch information
jeffkreeftmeijer committed Jun 25, 2024
1 parent fac83f3 commit 9eafbf0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dialyzer.ignore-warnings
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
lib/appsignal/json.ex:31: Unknown function 'Elixir.Jason':encode/1
lib/appsignal/json.ex:32: Unknown function 'Elixir.Jason':'encode!'/1
lib/appsignal/json.ex:33: Unknown function 'Elixir.Jason':decode/1
lib/appsignal/json.ex:34: Unknown function 'Elixir.Jason':'decode!'/1
lib/mix/tasks/appsignal.install.ex:175: The pattern {'error', _reason@1} can never match the type 'ok'

0 comments on commit 9eafbf0

Please sign in to comment.