Back to Rubocop

V1.28.1

relnotes/v1.28.1.md

1.86.1391 B
Original Source

Bug fixes

  • #10559: Fix crash on CodeLengthCalculator if method call is not parenthesized. (@nobuyo)
  • #10557: Fix a false positive for Style/FetchEnvVar when ENV['key'] is a receiver of ||=. (@koic)