RuboCop::Cop::RSpec::Focus not running
Open
- Dominant language
- Ruby
- Stars
- 3.9k
- Forks
- 756
- PR merge metrics
- No merged PRs in 30d
Description
Given a standard installation of this gem, the [RuboCop::Cop::RSpec::Focus ](https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Focus) rspec rule does not run.
Even after attempting to override:
```ruby
RSpec/Focus:
Enabled: true
```
in `.rubocop.yml`, there's still no detection of this rule.
Contributor guide
Assessment
This issue has not been assessed yet.