exercism / elixir-analyzer

GNU Affero General Public License v3.0
31 stars 32 forks source link

Bug -- `RPG.CharacterSheet` false-positive error #139

Closed neenjaw closed 3 years ago

neenjaw commented 3 years ago

Essential-level error is raised despite meeting the requirements

Screenshot from 2021-09-04 00-26-49

neenjaw commented 3 years ago

I'm guessing the matcher isn't expecting the pipe operator to be wrapping the call to IO.puts/1 and IO.inspect/2

neenjaw commented 3 years ago

Probably should be triaged by @jiegillet since he wrote that section of the feature form matcher

jiegillet commented 3 years ago

Oh no! Yes, you are probably right, I didn't think of the pipe operator. Hopefully an easy fix, I'll get on it tonight!

angelikatyborska commented 3 years ago

@neenjaw can you resubmit your solution and confirm it was fixed?