Bug fixes
- #10926: Make
Style/SafeNavigation
aware of a redundant nil check. (@koic) - #10944: Fix an incorrect autocorrect for
Lint/LiteralInInterpolation
when using"#{nil}"
. (@koic) - #10921: Fix an error when ERB pre-processing of the configuration file. (@koic)
- #10936: Fix an error for
Lint/NonAtomicFileOperation
when usingFileTest.exist?
as a condition forelsif
. (@koic) - #10920: Fix an incorrect autocorrect for
Style/SoleNestedConditional
when using nested conditional and branch contains a comment. (@koic) - #10939: Fix an error for
Style/Next
when line break before condition. (@koic)