New features
- #7084: Permit to specify TargetRubyVersion 2.7. (@koic)
- #7092: Node patterns can now use
*
,+
and?
for repetitions. (@marcandre)
Bug fixes
- #7066: Fix
Layout/AlignHash
when mixed Hash styles are used. (@rmm5t) - #7073: Fix false positive in
Naming/RescuedExceptionsVariableName
cop. (@tejasbubane) - #7090: Fix
Layout/EmptyLinesAroundBlockBody
for multi-line method calls. (@eugeneius) - #6936: Fix
Layout/MultilineMethodArgumentLineBreaks
when bracket hash assignment on multiple lines. (@maxh) - Mark
Layout/HeredocArgumentClosingParenthesis
incompatible withStyle/TrailingCommaInArguments
. (@maxh)