The implementation of RSPEC-1763 currently only considers:
- return
- break
- continue (Kotlin) / next (Ruby)
- throw (Kotlin) / raise (Ruby)
It should also consider:
- redo (Ruby)
- retry (Ruby)
- Ruby break and next with an expression
- is related to
-
SONARSLANG-143 Enable in Ruby rule S1763 (CodeAfterJumpCheck)
-
- Closed
-
-
SONARSLANG-91 Support `throw` in S1763 (Dead code after jump)
-
- Closed
-
- relates to
-
RSPEC-1763 All code should be reachable
- Active