faraaz-deepsource / dev-checks

If/Elsif/Unless branches without a body detected RB-LI1094
Anti-pattern
Major
1 occurrence in this check
Avoid if branches without a body.
 1if 1 > 2 and 2 < 3 2end 3
 4(1..100) === 7
 5