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 1, 2024
1 parent 65b55ff commit 7d57cac
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 @@ -340,7 +340,7 @@ defmodule Dialyzer do
{:warn_matching, {~c"lib/kernel.ex", location},
{:pattern_match, [~c"pattern 'false'", ~c"'true'"]}}
)
when location in [{2092, 15}, {3643, 17}, {4047, 13}, {4144, 13}, {4537, 15}],
when location in [{2090, 15}, {3641, 17}, {4045, 13}, {4142, 13}, {4535, 15}],
do: filtered(comment: "inlined bootstrap check stuff", id: @id, data: dialyzer_warning)

@id __ENV__.line
Expand Down

0 comments on commit 7d57cac

Please sign in to comment.