codeclimate / codeclimate-rubocop

Code Climate Engine for Rubocop
MIT License
60 stars 44 forks source link

Add rubocop-rspec_rails to channel/rubocop-1-56-3 #367

Closed fonji closed 1 week ago

fonji commented 3 months ago

Rubocop-rspec has extracted the rails cops to rubocop-rspec_rails

the cops related to rspec-rails are aliased (RSpec/Rails/Foo == RSpecRails/Foo) until v3.0 is released

https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md#2280-2024-03-30

So it would be nice to support it before v3 is released

fonji commented 3 months ago

I feel like I should add it to beta also done

breiko83 commented 2 months ago

Any plans on merging this? Having a hard time with this issue: RSpecRails/HaveHttpStatus has the wrong namespace