Bug fixes
- #14479: Don't invalidate cache when
--display-time
option is used on the CLI. (@lovro-bikic) - #14473: Fix a false negative for
Style/RedundantBegin
usingbegin
with multiple statements withoutrescue
orensure
. (@koic) - #14475: Fix cop errors during autocorrect for the build in LSP when analyzing as Ruby 3.4. (@earlopain)
Changes
- #14474: Fix false negative for
Layout/EndAlignment
whenend
is not on a separate line. (@lovro-bikic)