Skip to content

Commit

Permalink
Act on CI result
Browse files Browse the repository at this point in the history
This seems to vary as per Erlang version, so I took the easy way out :)
  • Loading branch information
paulo-ferraz-oliveira committed Jun 16, 2023
1 parent e236f96 commit 8f737bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dialyzer_ignore.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
{":0:unknown_function Function :persistent_term.put/2 does not exist."},
{"lib/absinthe/middleware/async.ex", :unknown_function, 117},
{"lib/absinthe/middleware/batch.ex", :unknown_function, 213},
{"lib/absinthe/utils/render.ex", :improper_list_constr, 51}
{"lib/absinthe/utils/render.ex", :improper_list_constr, 51},
{":0:unknown_function Function OpentelemetryProcessPropagator.Task.async/1 does not exist."}
]

0 comments on commit 8f737bf

Please sign in to comment.