New features
Bug fixes
- #9938: Fix an incorrect auto-correct for
Layout/LineLength
when a heredoc is used as the first element of an array. (@koic) - #9940: Fix an incorrect auto-correct for
Style/HashTransformValues
when value is a hash literal for_.to_h{...}
. (@koic) - #9752: Improve error message for top level department used in configuration. (@jonas054)
- #9933: Fix GitHub Actions formatter when running in non-default directory. (@ojab)
- #9922: Make better auto-corrections in
Style/DoubleCopDisableDirective
. (@jonas054) - #9848: Fix handling of comments in
Layout/ClassStructure
auto-correct. (@jonas054) - #9926: Fix an incorrect auto-correct for
Style/SingleLineMethods
when method body is enclosed in parentheses. (@koic) - #9928: Fix an infinite loop error and a false auto-correction behavior for
Layout/EndAlignment
when using operator methods andEnforcedStyleAlignWith: variable
. (@koic) - #9434: Fix false positive for setter calls in
Layout/FirstArgumentIndentation
. (@jonas054)