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 offenses #444

Merged
merged 3 commits into from Jan 24, 2019
Merged

Fix rubocop offenses #444

merged 3 commits into from Jan 24, 2019

Conversation

FLarra
Copy link
Collaborator

@FLarra FLarra commented Dec 19, 2018

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 95.486% when pulling f201a0a on rubocop into f196413 on master.

6 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 95.486% when pulling f201a0a on rubocop into f196413 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 95.486% when pulling f201a0a on rubocop into f196413 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 95.486% when pulling f201a0a on rubocop into f196413 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 95.486% when pulling f201a0a on rubocop into f196413 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 95.486% when pulling f201a0a on rubocop into f196413 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 95.486% when pulling f201a0a on rubocop into f196413 on master.

@coveralls
Copy link

coveralls commented Dec 19, 2018

Coverage Status

Coverage decreased (-0.2%) to 95.396% when pulling f825b9f on rubocop into 541b4ad on master.

Copy link
Collaborator

@EmilioCristalli EmilioCristalli left a comment

Choose a reason for hiding this comment

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

left some comments, but LGTM!

s.add_development_dependency 'hipchat', '>= 1.0.0'
s.add_development_dependency 'httparty', '~> 0.10.2'
s.add_development_dependency 'mocha', '>= 0.13.0'
s.add_development_dependency 'sidekiq', '~> 3.0.0', '< 3.2.2'
Copy link
Collaborator

Choose a reason for hiding this comment

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

wdyt about moving the sidekick comment above this line?


s.add_development_dependency "rails", ">= 4.0", "< 6"
s.add_development_dependency "resque", "~> 1.2.0"
s.add_development_dependency 'rails', '>= 4.0', '< 6'
Copy link
Collaborator

Choose a reason for hiding this comment

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

should these two dev dependencies be ordered alphabetically as well?

@@ -0,0 +1 @@
inherit_from: .rubocop_todo.yml
Copy link
Collaborator

Choose a reason for hiding this comment

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

wdyt about adding the TargetRubyVersion here? and maybe DisplayCopNames as well?

AllCops:
  TargetRubyVersion: 2.0
  DisplayCopNames: true

will probably need to add rubocop as a dev dependency too, i think version 0.50.0 is the last one to support ruby 2.0

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.

None yet

3 participants