codeclimate-rubocop
codeclimate-rubocop copied to clipboard
Code Climate Engine for Rubocop
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...
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...
Add `rubocop-factory_bot` gem for more flexibility.
CircleCI sent me an email indicating that the config settings for this repo were set to use a deprecated image (Ubuntu 14.04) because we didn't specify the image to use....
Hi, Rubocop has released a new version: https://github.com/rubocop/rubocop/releases/tag/v1.60.0 Please add a channel that mirrors that release. Thanks. *tumbleweed rolling through the issues*
Hi, Rubocop has released a new version: https://github.com/rubocop/rubocop/releases/tag/v1.57.0 Please add a channel that mirrors that release. Thanks.
Hi, Rubocop released a bugfix for the 1.56 release, please add a channel to include these. https://github.com/rubocop/rubocop/releases/tag/v1.56.4 Thanks.
Wanted to test locally against Rubocop channel 1-50-2 and it is not part of the Docker image. ``` docker run \ --interactive --tty --rm \ --env CODECLIMATE_CODE="$PWD" \ --volume "$PWD":/code...
The standard gems added in #351 are currently blocking rubocop updates, just by being referenced in the Gemfile: - rubocop is up to 1.51.0 but standard requires "~> 1.50.2". -...
Adding `rubocop-capybara` to the "required extensions" list in `.rubocop.yml` configuration file breaks the build on CodeClimate. A snippet of the require list in the `.rubocop.yml`: ```yaml require: - rubocop-capybara -...