Fix LineBreakAroundConditionalBlock cop for a conditional after rescue
Previously this would violate on the `if`: def a_method do_something rescue if condition do_something end end
Showing
Please register or sign in to comment
Previously this would violate on the `if`: def a_method do_something rescue if condition do_something end end