Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove RuboCop::RSpec::Language::NodePattern #1833

Merged
merged 1 commit into from May 3, 2024
Merged

Remove RuboCop::RSpec::Language::NodePattern #1833

merged 1 commit into from May 3, 2024

Conversation

ydah
Copy link
Member

@ydah ydah commented Mar 12, 2024

Fix: #1832

Can be merged next major update.


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 added this to the 3.0 milestone Mar 12, 2024
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!

And with your other changes, it feels that 3.0 is not far ahead 🙌

lib/rubocop/cop/rspec/expect_actual.rb Outdated Show resolved Hide resolved
lib/rubocop/cop/rspec/expect_actual.rb Outdated Show resolved Hide resolved
@ydah ydah force-pushed the remove-extend branch 2 times, most recently from 583d73c to 904f263 Compare March 29, 2024 17:14
@ydah ydah marked this pull request as ready for review March 29, 2024 17:14
@ydah ydah requested a review from a team as a code owner March 29, 2024 17:14
CHANGELOG.md Outdated Show resolved Hide resolved
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.

Looks good, thanks!

Let’s wait a bit for the dust to settle on the extraction before merging.

@bquorning
Copy link
Collaborator

Should we create a 2-x-stable branch to backport non-v3 changes to while we prepare for the upcoming v3 release?

@bquorning
Copy link
Collaborator

@ydah Now that we have a separate 2-x-stable branch, I think we are ready to merge this pull request after the conflicts are fixed.

@bquorning
Copy link
Collaborator

FYI specs are failing.

@ydah
Copy link
Member Author

ydah commented May 3, 2024

memo) needs: #1848

@ydah ydah merged commit 4bc411b into master May 3, 2024
24 checks passed
@ydah ydah deleted the remove-extend branch May 3, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove RuboCop::RSpec::Language::NodePattern
3 participants