Skip to content

Commit

Permalink
Update dialyzer.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki authored Dec 5, 2024
1 parent 0bdfd17 commit a8aff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialyzer.exs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ defmodule Dialyzer do
# may be resolved in https://github.com/elixir-lang/elixir/issues/9465
defp filter(
dialyzer_warning =
{:warn_failing_call, {~c"lib/logger.ex", {933, 41}},
{:warn_failing_call, {~c"lib/logger.ex", {936, 41}},
{:call, [Logger, :__do_log__, _, [3], :only_sig, _, _, {false, :none}]}}
),
do:
Expand Down

0 comments on commit a8aff11

Please sign in to comment.