Back to Rubocop

V1.45.1

relnotes/v1.45.1.md

1.86.1728 B
Original Source

Bug fixes

  • #11552: Fix a false positive for Lint/Debugger when methods containing different method chains. (@ydah)
  • #11548: Fix an error for Style/AccessModifierDeclarations when if a non method definition was included. (@ydah)
  • #11554: Fix an error for Style/RedundantCondition when the branches contains empty hash literal argument. (@koic)
  • #11549: Fix an error for third party cops when inheriting RuboCop::Cop::Cop. (@koic)