Skip to content

Bump rubocop from 0.70.0 to 0.71.0

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

Bumps rubocop from 0.70.0 to 0.71.0.

Release notes

Sourced from rubocop's releases.

RuboCop 0.71

New features

Bug fixes

  • #7066: Fix Layout/AlignHash when mixed Hash styles are used. (@​rmm5t)
  • #7073: Fix false positive in Naming/RescuedExceptionsVariableName cop. (@​tejasbubane)
  • #7090: Fix Layout/EmptyLinesAroundBlockBody for multi-line method calls. (@​eugeneius)
  • #6936: Fix Layout/MultilineMethodArgumentLineBreaks when bracket hash assignment on multiple lines. (@​maxh)
  • Mark Layout/HeredocArgumentClosingParenthesis incompatible with Style/TrailingCommaInArguments. (@​maxh)

Changes

Changelog

Sourced from rubocop's changelog.

0.71.0 (2019-05-30)

New features

Bug fixes

  • #7066: Fix Layout/AlignHash when mixed Hash styles are used. (@​rmm5t)
  • #7073: Fix false positive in Naming/RescuedExceptionsVariableName cop. (@​tejasbubane)
  • #7090: Fix Layout/EmptyLinesAroundBlockBody for multi-line method calls. (@​eugeneius)
  • #6936: Fix Layout/MultilineMethodArgumentLineBreaks when bracket hash assignment on multiple lines. (@​maxh)
  • Mark Layout/HeredocArgumentClosingParenthesis incompatible with Style/TrailingCommaInArguments. (@​maxh)

Changes

Commits
  • 5076661 Cut 0.71.0
  • 44c2869 Fix duplication in the changelog
  • ac0c178 NodePattern: Add repeated patterns #6726
  • 2b05a9f #5976 Warn for rubocop -R/--rails option
  • 1531b9f Remove obsolete funding links
  • 2caf675 Merge pull request #7090 from eugeneius/layout_empty_lines_around_block_body_...
  • 6520213 Create FUNDING.yml
  • f003267 Mark HeredocArgumentClosingParenthesis as incompatible with TrailingCommaInAr...
  • 0942420 Fix Layout/EmptyLinesAroundBlockBody for multi-line method calls
  • 958cf68 [Fix #6936] Fix MultilineMethodArgumentLineBreaks when bracket hash assignmen...
  • Additional commits viewable in compare view

Merge request reports

Loading