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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rubocop-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased changes
- Fix cops with the wrong namespace

# 7.0.0
* Add support for Ruby 3.3
* Drop support for Ruby 2.6
Expand Down
6 changes: 3 additions & 3 deletions rubocop-airbnb/config/rubocop-rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,18 +309,18 @@ RSpec/VoidExpect:
Description: This cop checks void `expect()`.
Enabled: false

RSpec/Capybara/CurrentPathExpectation:
Capybara/CurrentPathExpectation:
Description: Checks that no expectations are set on Capybara's `current_path`.
Enabled: false

RSpec/Capybara/FeatureMethods:
Description: Checks for consistent method usage in feature specs.
Enabled: false

RSpec/FactoryBot/AttributeDefinedStatically:
FactoryBot/AttributeDefinedStatically:
Description: Always declare attribute values as blocks.
Enabled: false

RSpec/FactoryBot/CreateList:
FactoryBot/CreateList:
Description: Checks for create_list usage.
Enabled: true