inaka / elvis_core

The core of an Erlang linter
Other
61 stars 56 forks source link

Closes #311 - fix no_match_in_condition reports a warning even when the condition includes a valid match #368

Closed bormilan closed 3 weeks ago

bormilan commented 3 weeks ago

Description

My idea was to check only the "first layer of children" of the case type Node. And I added the type block too.

Closes #311;.

elbrujohalcon commented 3 weeks ago

I'll let @paulo-ferraz-oliveira review, too... but from my perspective, this is 100% mergeable.