Closed peaceful-james closed 5 months ago
Found it :)
here https://github.com/elixir-lang/elixir/blob/v1.17/lib/elixir/src/elixir_tokenizer.erl
So this is just the column number being incorrect.
I think this will fix it: https://github.com/elixir-lang/elixir/pull/13601
My elixir PR was closed. I don't think it is open for discussion, so I will change the tests to expect the new column number.
@peaceful-james Thx for this! :v:
@peaceful-james Please check out the RC to see if there are remaining issues: https://github.com/rrrene/credo/releases/tag/v1.7.7-rc.0 🧡
Looks good to me!
Welp I gave it a shot. There are still 2 tests failing.
I do not understand yet what this
{:"{", {1, 2, nil}}
tuple conveys/represents.