rubocop / rubocop-capybara

Code style checking for Capybara files.
https://docs.rubocop.org/rubocop-capybara
MIT License
40 stars 8 forks source link

Remove redundant config metadata #51

Closed pirj closed 1 year ago

pirj commented 1 year ago

Previously, in rubocop-rspec, this was needed to have control over "config" shared context inclusion. We wanted to include ours, but not the one from rubocop.

Sibling to https://github.com/rubocop/rubocop-factory_bot/pull/21 and https://github.com/rubocop/rubocop-rspec/pull/1640

Thanks @r7kamura!

Replace this text with a summary of the changes in your PR. The more detailed you are, the better.


Before submitting the PR make sure the following are checked: