Skip to content

Bump rubocop-rspec development dependency #14105

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

Merged
merged 1 commit into from
Apr 19, 2025

Conversation

viralpraxis
Copy link
Contributor

@viralpraxis viralpraxis commented Apr 18, 2025

Currently lint-without-bundler CI step fails because it uses latest rubocop-rspec gem version and there's a new cop which leads to ~600 offenses in the code base.

I briefly saw #14033 and it looks like we have no intention to forbid using include_examples. Let me know if I'm wrong.


Before submitting the PR make sure the following are checked:

  • The PR relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • Wrote good commit messages.
  • Commit message starts with [Fix #issue-number] (if the related issue exists).
  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Ran bundle exec rake default. It executes all tests and runs RuboCop on its own code.

Currently `lint-without-bundler` CI STEP fails because it uses latest
`rubocop-rspec` gem version and there's a [new cop](rubocop#14033)
which leads to ~600 offenses in the code base.
@koic koic merged commit 543eeaf into rubocop:master Apr 19, 2025
24 checks passed
@koic
Copy link
Member

koic commented Apr 19, 2025

Thanks!

@viralpraxis viralpraxis deleted the bump-rubocop-rspec-dependency branch April 19, 2025 09:59
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.

2 participants