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 26, 2024
1 parent 5a79972 commit 4aacffd
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 @@ -323,7 +323,7 @@ defmodule Dialyzer do
dialyzer_warning =
{: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 [{2092, 15}, {3643, 17}, {4047, 13}, {4144, 13}, {4531, 15}],
do: filtered(comment: "inlined bootstrap check stuff", id: @id, data: dialyzer_warning)

@id __ENV__.line
Expand Down

0 comments on commit 4aacffd

Please sign in to comment.