codeclimate / codeclimate-rubocop

Code Climate Engine for Rubocop
MIT License
59 stars 43 forks source link

Add rubocop-rspec_rails to beta #368

Closed fonji closed 3 months ago

fonji commented 6 months ago

Same thing as #367 for the beta channel

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

hallelujah commented 5 months ago

@fede-moya any chance this could be merged?

vietqhoang commented 3 months ago

+1 in getting this into beta. At the moment this particular issue is breaking our CodeClimate integration. We would like to not have to remove departments from the configuration. Open to the option to have CodeClimate configuration ignore these departments, if there is one.