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 #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix rubocop offenses #8

wants to merge 2 commits into from

Conversation

askl56
Copy link
Contributor

@askl56 askl56 commented Jul 4, 2016

No description provided.

@@ -30,7 +30,7 @@ def levels
def units
units = married? ? 2 : 1

if children and children > 0
if children && children > 0
Copy link
Owner

Choose a reason for hiding this comment

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

I don't really agree with rubocop on this one (but no biggie).

@rkh
Copy link
Owner

rkh commented Jul 5, 2016

This does mess with indentation in a few places, essentially whenever inserting underscores into integers. It is a bit surprising to me when rubocop decides to keep spaces and when to remove them.

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