Bug fixes
- #11944: Fix an incorrect autocorrect for
Style/SoleNestedConditional
withStyle/MethodCallWithArgsParentheses
. (@koic) - #11930: Fix exception on
Lint/InheritException
when class definition has non-constant siblings. (@rafaelfranca) - #11919: Fix an error for
Lint/UselessAssignment
when a variable is assigned and unreferenced infor
. (@koic) - #11928: Fix an incorrect autocorrect for
Lint/AmbiguousBlockAssociation
. (@koic) - #11915: Fix a false positive for
Lint/RedundantSafeNavigation
when&.
is used forto_s
,to_i
,to_d
, and other coercion methods. (@lucthev)