Bug fixes
- #13942: Fix incorrect disabling of departments when inheriting configuration. (@koic)
- #13766: Fix false positives for
Style/InverseMethods
when usingany?
ornone?
with safe navigation operator. (@koic) - #13938: Fix false positives for
Style/RedundantCondition
when a variable or a constant is used. (@koic) - #13935: Fix a false negative for
Style/RedundantFreeze
when calling methods that produce frozen objects with numblocks. (@earlopain) - #13928: Fix
end pattern with unmatched parenthesis: / (RegexpError)
on Ruby 3.2.0. (@dvandersluis) - #13933: Fix wrong autocorrect for
Style/KeywordParametersOrder
when the arguments are on multiple lines and contain comments. (@earlopain)
Changes
- #12669: Update autocorrection for
Lint/EmptyConditionalBody
to be safe. (@dvandersluis)