Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix an error for RSpec/MatchArray when match_array with no argument #1633

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

ydah
Copy link
Member

@ydah ydah commented Apr 25, 2023

Fix: #1632


Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • [-] Updated documentation.
  • Added an entry to the CHANGELOG.md if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

@ydah ydah force-pushed the fix-error-match-array branch from 776c39c to 9fd8b3a Compare April 25, 2023 07:10
@ydah ydah force-pushed the fix-error-match-array branch from 9fd8b3a to 11901b5 Compare April 25, 2023 07:12
Copy link
Member

@pirj pirj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@pirj pirj requested review from bquorning and Darhazer April 25, 2023 14:39
@bquorning bquorning merged commit 7226265 into rubocop:master Apr 25, 2023
@ydah ydah deleted the fix-error-match-array branch April 25, 2023 14:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when running RSpec/MatchArray
3 participants