relnotes/v1.82.1.md
Style/TrailingCommaInArguments when EnforcedStyleForMultiline is consistent_comma and keyword arguments use a trailing comma. (@koic)Layout/RedundantLineBreak when Layout/LineLength is disabled. (@ydakuka)Layout/LineLength is disabled. (@floriandejonckheere)Layout/MultilineMethodCallIndentation when multiline method chain with block has expected indent width and the method is preceded by splat or double splat. (@koic)Layout/IndentationWidth for multiline method chain blocks. (@rscq)Lint/UselessAssignment when a variable is assigned in loop body and used in loop condition. (@ydakuka)