Rubocop v1.4.2 Release Notes

Release Date: 2020-11-25 // over 3 years ago
  • ๐Ÿ› 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)