relnotes/v1.71.2.md
Layout/ElseAlignment when else is part of a numblock. (@earlopain)Lint/UselessAssignment when assigning in branch and block. (@pCosta99)Lint/Void when each numblock with conditional expressions that has multiple statements. (@earlopain)Style/ExplicitBlockArgument when using arguments of zsuper in method definition. (@koic)Style/EachWithObject cop error in case of single block argument. (@viralpraxis)Lint/UnmodifiedReduceAccumulator when omitting the accumulator in a nested numblock. (@earlopain)