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

Use Node extensions instead of *splat #1998

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

bquorning
Copy link
Collaborator

Use more rubocop-ast and less * splatting.


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).

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
Copy link
Member

pirj commented Nov 20, 2024

With such a coverage now it's almost a blind approve 😄

@bquorning bquorning marked this pull request as ready for review November 20, 2024 11:27
@bquorning bquorning requested a review from a team as a code owner November 20, 2024 11:27
@bquorning
Copy link
Collaborator Author

@ydah It looks like mdformat checks are broken, probably related to hukkin/mdformat#480. Do you want to have a look at it?

Copy link
Member

@Darhazer Darhazer left a comment

Choose a reason for hiding this comment

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

Always good to see more node specific methods usage and less deconstruction

lib/rubocop/cop/rspec/single_argument_message_chain.rb Outdated Show resolved Hide resolved
@bquorning bquorning force-pushed the use-node-extensions-instead-of-splat branch from 3093265 to 8f5019b Compare November 20, 2024 16:13
@ydah ydah force-pushed the use-node-extensions-instead-of-splat branch from 8f5019b to e63e7cc Compare December 6, 2024 06:53
@ydah ydah mentioned this pull request Dec 6, 2024
3 tasks
@bquorning bquorning force-pushed the use-node-extensions-instead-of-splat branch from e63e7cc to a115a93 Compare December 6, 2024 09:54
@bquorning bquorning merged commit 274c7d9 into master Dec 6, 2024
25 checks passed
@bquorning bquorning deleted the use-node-extensions-instead-of-splat branch December 6, 2024 09:57
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.

3 participants