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 new rubocop 0.30 offenses #62

Merged
merged 1 commit into from
Apr 7, 2015
Merged

fix new rubocop 0.30 offenses #62

merged 1 commit into from
Apr 7, 2015

Conversation

abonas
Copy link
Member

@abonas abonas commented Apr 7, 2015

No description provided.

endpoint_with_version = @api_endpoint.merge(@api_endpoint.path + '/' \
+ @api_version)
endpoint_with_version = @api_endpoint.merge(@api_endpoint.path + '/' +
@api_version)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we preferred "#{@api_endpoint.path}/#{@api_version}" in other parts.

Same below as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we preferred "#{@api_endpoint.path}/#{@api_version}" in other parts.

Same below as well.

right, but it is not related to what this patch fixes.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we preferred "#{@api_endpoint.path}/#{@api_version}" in other parts.

Same below as well.

and it causes a "line too long" offence...

abonas added a commit that referenced this pull request Apr 7, 2015
fix new rubocop 0.30 offenses
@abonas abonas merged commit 0a9563f into master Apr 7, 2015
@abonas abonas deleted the fixRubocop branch April 8, 2015 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants