-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Pin RuboCop to avoid failures due to renamed cops #2216
Conversation
In RuboCop 1.0 this will stop happening, and we'll be able to relax it to: gem 'rubocop', '~> 1.0'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two rules need to be disabled to get this to pass, one marked above and a new one? Style/Proc
|
@JonRowe The build is green. |
[skip ci]
Looks good, I'm going to merge this so we can fix builds etc. Comments are for conversation only, I also added back an explanation for a rule. |
Pin RuboCop to avoid failures due to renamed cops
In RuboCop 1.0 this will stop happening, and we'll be able to relax it to:
Caused trouble in #2215 and #2212