exercism / elixir-analyzer

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

Ignore module-level calls in `assert_call` #409

Closed angelikatyborska closed 10 months ago

angelikatyborska commented 10 months ago

Resolves https://github.com/exercism/elixir-analyzer/issues/378

angelikatyborska commented 10 months ago

Every time I stop looking at that codebase for a while and come back I get frightened about how complex it is :)

I have the same 🙈 I'm just glad we have so many unit tests. It makes modifying the "compiler" modules less scary.