Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceful-james committed May 25, 2024
1 parent 3f82552 commit 5a50ba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/credo/code.ex
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ defmodule Credo.Code do
{:ok, _, _, _, tokens} ->
tokens

# Elixir >= 1.17
{:ok, _, _, _, tokens, _} ->
tokens

{:error, _, _, _, tokens} ->
tokens
end
Expand Down

0 comments on commit 5a50ba2

Please sign in to comment.