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 rubocop errors #826

Closed
wants to merge 5 commits into from
Closed

Conversation

raszi
Copy link

@raszi raszi commented Jun 15, 2015

No description provided.

@davidbegin
Copy link

👍 for getting this merged in.
The build failing could scare away people trying to decide on Delayed Job as their queueing solution.
and it just being style issues seems like a false alarm to me.

@@ -13,3 +14,4 @@ Gem::Specification.new do |spec|
spec.test_files = Dir.glob('spec/**/*')
spec.version = '4.0.6'
end
# rubocop:enable SpaceAroundOperators

Choose a reason for hiding this comment

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

I don't think you need to re-enable after disabling

Choose a reason for hiding this comment

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

Rubocop Readme https://github.com/bbatsov/rubocop has them being re-enabled, except for one-liners.

Choose a reason for hiding this comment

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

I think the disable comments are scoped by file, so re-enabling isn't needed in this case, because it will be enabled for other files anyway... but it doesn't hurt! 😅

@sferik
Copy link
Collaborator

sferik commented Sep 14, 2015

Thanks for submitting this. Fixed in cc52c72.

@sferik sferik closed this Sep 14, 2015
@raszi
Copy link
Author

raszi commented Sep 18, 2015

Thank you @sferik! Could you please also take a look on my other PR #825. I opened this just because I ran into it in my other PR.

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.

4 participants