Skip to content

Bump rubocop from 1.50.0 to 1.50.1

James Nutt requested to merge dependabot-bundler-rubocop-1.50.1 into main

Bumps rubocop from 1.50.0 to 1.50.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.50.1

Bug fixes

  • #11787: Fix a false positive for Lint/DuplicateMatchPattern when repeated in patterns but different if guard is used. (@​koic)
  • #11789: Fix false negatives for Style/ParallelAssignment when Ruby 2.7+. (@​koic)
  • #11783: Fix a false positive for Style/RedundantLineContinuation using line concatenation for assigning a return value and without argument parentheses. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.50.1 (2023-04-12)

Bug fixes

  • #11787: Fix a false positive for Lint/DuplicateMatchPattern when repeated in patterns but different if guard is used. ([@​koic][])
  • #11789: Fix false negatives for Style/ParallelAssignment when Ruby 2.7+. ([@​koic][])
  • #11783: Fix a false positive for Style/RedundantLineContinuation using line concatenation for assigning a return value and without argument parentheses. ([@​koic][])
Commits
  • dd97aff Cut 1.50.1
  • d012208 Update Changelog
  • 4524ec4 [Docs] Remove a redundant blank line
  • cc232d9 [Fix #11787] Fix a false positive for Lint/DuplicateMatchPattern
  • 5c6f103 Fix false negatives for Style/ParallelAssignment
  • 67c5ab5 Add spec for Style/RescueModifier
  • 2d20ed2 [Fix #11783] Fix a false positive for Style/RedundantLineContinuation
  • 121ffc7 Switch back the docs version
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports