Back to Rubocop

V0.77.0

relnotes/v0.77.0.md

1.86.11.5 KB
Original Source

Bug fixes

  • #7493: Fix Style/RedundantReturn to inspect conditional constructs that are preceded by other statements. (@buehmann)
  • #7509: Fix Layout/SpaceInsideArrayLiteralBrackets to correct empty lines. (@ayacai115)
  • #7517: Style/SpaceAroundKeyword allows :: after super. (@ozydingo)
  • #7515: Fix a false negative for Style/RedundantParentheses when calling a method with safe navigation operator. (@koic)
  • #7477: Fix line length autocorrect for semicolons in string literals. (@maxh)
  • #7522: Fix a false-positive edge case (n % 2 == 2) for Style/EvenOdd. (@buehmann)

Changes

  • #7077: (Breaking) Further standardisation of cop names. (@scottmatthewman)
  • #7469: (Breaking) Replace usages of the terms Whitelist and Blacklist with better alternatives. (@koic)
  • #7502: Remove SafeMode module. (@koic)