Skip to content

RuboCop 1.4.2

Compare
Choose a tag to compare
@bbatsov bbatsov released this 25 Nov 08:14
· 3767 commits to master since this release

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