Bug fixes
- #11492: Fix an error for
Lint/Void
when configuringCheckForMethodsWithNoSideEffects: true
. (@koic) - #11400: Fix an incorrect autocorrect for
Naming/BlockForwarding
andLint/AmbiguousOperator
when autocorrection conflicts for ambiguous splat argument. (@fatkodima) - #11483: Fix
Layout/ClosingParenthesisIndentation
for keyword splat arguments. (@fatkodima) - #11487: Fix a false positive for
Lint/FormatParameterMismatch
when format string is only interpolated string. (@ydah) - #11485: Fix a false positive for
Lint/UselessAssignment
when using numbered block parameter. (@koic)