Bug fixes
- #10375: Fix error for auto-correction of
unless
/else
nested inside each other. (@jonas054) - #10457: Make
Style/SelectByRegexp
aware ofENV
const. (@koic) - #10462: Fix an incorrect autocorrect for
Lint/SymbolConversion
when using a quoted symbol key with hash rocket. (@koic) - #10456: Fix a false positive for
Layout/MultilineMethodCallIndentation
when usingEnforcedStyle: indented
with indented assignment method. (@koic) - #10459: Fix a false positive for
Layout/LineLength
when long URIs in yardoc comments to have titles. (@ydah) - #10447: Fix an error for
Style/SoleNestedConditional
raises exception when inspectingif ... end if ...
. (@ydah)