Skip to content

Bump rubocop from 0.76.0 to 0.77.0

NipaNipa requested to merge dependabot/bundler/rubocop-0.77.0 into master

Bumps rubocop from 0.76.0 to 0.77.0.

Release notes

Sourced from rubocop's releases.

RuboCop 0.77

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

Changelog

Sourced from rubocop's changelog.

0.77.0 (2019-11-27)

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

Commits
  • bcd21f9 Cut 0.77
  • 3b7fac3 Enable my GitHub sponsor profile
  • fd5ea0d Merge pull request #7522 from buehmann/even-odd
  • 6ce6c8e Fix false positive in Style/EvenOdd
  • d9f42c8 Fix semicolon line length autocorrection
  • 5654998 Allow cops to invalidate results cache
  • 5dd0352 Add specific techniques for testing locally against codebase
  • 097a6aa Merge pull request #7516 from koic/fix_a_false_negative_for_style_redundant_p...
  • 98ff307 [Fix #7515] Fix a false negative for Style/RedundantParentheses
  • aa09fd6 Merge pull request #7518 from ozydingo/layout-space_around_keyword-namespace
  • Additional commits viewable in compare view

Merge request reports