Skip to content

Commit

Permalink
Update dialyzer.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
michallepicki authored May 16, 2023
1 parent 21ab7e6 commit 4c3cb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dialyzer.exs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ defmodule Dialyzer do

defp filter(
dialyzer_warning =
{:warn_return_no_exit, {'src/elixir_errors.erl', {184, 1}},
{:warn_return_no_exit, {'src/elixir_errors.erl', {210, 1}},
{:no_return, [:only_normal, :raise_reserved, 4]}}
),
do: filtered(comment: "not annotated exception", id: @id, data: dialyzer_warning)
Expand All @@ -549,7 +549,7 @@ defmodule Dialyzer do

defp filter(
dialyzer_warning =
{:warn_return_no_exit, {'src/elixir_errors.erl', {190, 1}},
{:warn_return_no_exit, {'src/elixir_errors.erl', {216, 1}},
{:no_return, [:only_normal, :raise_snippet, 5]}}
),
do: filtered(comment: "not annotated exception", id: @id, data: dialyzer_warning)
Expand Down

0 comments on commit 4c3cb0b

Please sign in to comment.