Back to Rubocop

V1.72.1

relnotes/v1.72.1.md

1.86.1582 B
Original Source

Bug fixes

  • #13836: Fix an error for Style/RedundantParentheses when a different expression appears before a range literal. (@koic)
  • #13839: Fix false positives for Lint/RedundantTypeConversion when passing block arguments when generating a Hash or a Set. (@koic)

Changes

  • #13840: Extension plugin is loaded automatically with `require 'rubocop/rspec/support'. (@koic)