Bug fixes
- #9083: Fix
Style/RedundantArgument
cop raising offense for more than one argument. (@tejasbubane) - #9089: Fix an incorrect auto-correct for
Style/FormatString
when using springf with second argument that uses an operator. (@koic) - #7670: Handle offenses inside heredocs for
-a --disable-uncorrectable
. (@jonas054) - #9070: Fix
Lint/UnmodifiedReduceAccumulator
error when the block does not have enough arguments. (@dvandersluis)
Changes
- #9091: Have
Naming/VariableNumber
accept _1, _2, ... (@marcandre) - #9087: Deprecate
EnforceSuperclass
module. (@koic)