-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add support for rubocop-0.50 #107
Comments
Thanks for the heads up, @deivid-rodriguez! We'll get on this. |
@toddmazierski any updates? |
Hi @apanzerj |
Sweet. Thanks! |
Hey all, looks like a engines:
rubocop:
enabled: true
channel: rubocop-0-50 Thanks for your patience 👍 |
Going to go ahead and close this issue but let us know if you run into any issues enabling and running the engine. Thanks! |
RuboCop 0.50.0 was released. https://github.com/bbatsov/rubocop/releases/tag/v0.50.0 And `rubocop-0-50` channel is available in Code Climate. codeclimate/codeclimate-rubocop#107 (comment) This commit will bump RuboCop to 0.50.0. There are no new offences in this change. ```console % bundle exec rubocop --version 0.50.0 % bundle exec rubocop Inspecting 2350 files (snip) 2350 files inspected, no offenses detected ```
Rubocop 0.50 has been released. It'd be great to get support in the official engine, via a channel, or even by fixing #93 :)
Thanks a lot!
The text was updated successfully, but these errors were encountered: