Bug fixes
- #13782: Fix an error
Layout/ElseAlignment
whenelse
is part of a numblock. (@earlopain) - #13395: Fix a false positive for
Lint/UselessAssignment
when assigning in branch and block. (@pCosta99) - #13783: Fix a false positive for
Lint/Void
wheneach
numblock with conditional expressions that has multiple statements. (@earlopain) - #13787: Fix incorrect autocorrect for
Style/ExplicitBlockArgument
when using arguments ofzsuper
in method definition. (@koic) - #13785: Fix
Style/EachWithObject
cop error in case of single block argument. (@viralpraxis) - #13781: Fix a false positive for
Lint/UnmodifiedReduceAccumulator
when omitting the accumulator in a nested numblock. (@earlopain)