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

Removing warning caused by Cops having a wrong namespace #208

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

santiagorodriguez96
Copy link

Summary

As part of the PR for adding support for Ruby 3.3 we bumped the rubocop-rspec dependency to ~> 2.26, which depends on rubocop-capybara ~> 2.17 and rubocop-factory_bot ~> 2.22.

On those versions, the RSpec namespace was removed from their cops hence a warning was being logged when running rubocop with the last version of this gem.

Related PRs:

As part of the PR for adding support for Ruby 3.3 (airbnb#205) we bumped the
`rubocop-rspec` dependency to `~> 2.26`, which depends on
`rubocop-capybara` `~> 2.17` and `rubocop-factory_bot` `~> 2.22`. On
those versions, the `RSpec` namespace was removed from their cops hence
a warning was being logged when running `rubocop` with the last version
of this gem.

Related PRs:
- rubocop/rubocop-factory_bot@812771e
- rubocop/rubocop-capybara@e36f304
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.

1 participant