Skip to content
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

Fix latest Rubocop errors #125

Closed
wants to merge 1 commit into from
Closed

Conversation

dazuma
Copy link
Member

@dazuma dazuma commented Oct 12, 2017

Style fixes that let us unpin rubocop and update it to 0.50.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 12, 2017
@dazuma dazuma requested a review from hxiong388 October 12, 2017 16:37
@coveralls
Copy link

coveralls commented Oct 12, 2017

Coverage Status

Coverage decreased (-0.6%) to 95.112% when pulling dc7d960 on dazuma:rubocop-fixes into c148fc1 on google:master.

@hxiong388
Copy link
Contributor

@dazuma This change won't work, because rubocop v0.50 has inherently conflict rules for Ruby 1.9 vs Ruby 2.x. In order to upgrade to rubocop v0.50+, this gem has to drop support for Ruby 1.9 first, or include exceptions on the conflicting rules.

@hxiong388
Copy link
Contributor

hxiong388 commented Oct 12, 2017

Seems like the Travis build just failed, as expected, on Ruby 1.9 build.

@dazuma
Copy link
Member Author

dazuma commented Oct 13, 2017

Ugh, you're right, rubocop 0.50 is explicitly not compatible with 1.9. Thanks for the info! I guess the next step is to figure out how long we're going to continue to support unsupported Ruby versions.

@dazuma dazuma closed this Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants