Skip to content

Commit

Permalink
Update dialyzer.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki authored Jan 11, 2024
1 parent 9a527da commit 71f8cea
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 @@ -354,7 +354,7 @@ defmodule Dialyzer do
{:warn_matching, {~c"lib/kernel.ex", line},
{:pattern_match, [~c"pattern \'false\'", ~c"\'true\'"]}}
)
when line in [2060, 3560, 3955, 4052, 4439],
when line in [2066, 3566, 3961, 4058, 4445],
do: filtered(comment: "inlined bootstrap check stuff", id: @id, data: dialyzer_warning)

@id __ENV__.line
Expand Down

0 comments on commit 71f8cea

Please sign in to comment.