-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the rubocop engines to include rubocop-0-68, rubocop-0-69 and… #915
Conversation
I really could use that. \o/ |
Thanks for the heads up @tchia04! I'll notify the team. |
Also, Could you also update the latest docker image tag to this? Currently it's pointing to this latest 34 MB |
We've just got this new release with the new RuboCop channels: https://github.com/codeclimate/codeclimate/releases/tag/v0.85.3 (Thanks @filipesperandio for your hard work preparing all of these channels). Using newer RuboCops on Code Climate requires opting in to the channel. If you don't opt into a channel, you'll continue to get RubooCop 0.52, which is the version on our master branch for that plugin. There are many repositories using RuboCop via Code Climate without specifying a channel, and with a |
Sorry but I don't quite get this. So just by doing something like: version: 2
plugins:
rubocop:
enabled: true
channel: rubocop-0-70 I'll be able to use rubocop version 0.70.0 along with CodeClimate? |
Yep, precisely. You can learn more about channels here: https://docs.codeclimate.com/docs/engine-channels |
… rubocop-0-70
This should allow using the following in .codecliate.yml
Current unable to pull down any image after 67
$ codeclimate engines:install
Pulling docker images.
.....
WARNING: unknown engine rubocop:rubocop-0-70
I see rubocop-0-70 at https://hub.docker.com/r/codeclimate/codeclimate-rubocop/tags