Bug fixes
- #14736: Fix an error for
Style/TrailingCommaInArgumentswhenEnforcedStyleForMultilineisconsistent_commaand keyword arguments use a trailing comma. (@koic) - #14737: Fix crash in
Layout/RedundantLineBreakwhenLayout/LineLengthis disabled. (@ydakuka) - #14719: Fix crash on long lines when
Layout/LineLengthis disabled. (@floriandejonckheere) - #14743: Fix false positives for
Layout/MultilineMethodCallIndentationwhen multiline method chain with block has expected indent width and the method is preceded by splat or double splat. (@koic) - #12297: Fix false negative in
Layout/IndentationWidthfor multiline method chain blocks. (@rscq) - #14730: Fix the cache implementation to use consistent cache keys across workers. (@byroot)
- #14559: Fix false positives for
Lint/UselessAssignmentwhen a variable is assigned in loop body and used in loop condition. (@ydakuka)