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

Add Rubocop config #379

Merged
merged 2 commits into from
Feb 4, 2016
Merged

Add Rubocop config #379

merged 2 commits into from
Feb 4, 2016

Conversation

jondeandres
Copy link
Contributor

Since we are still supporting Ruby 1.8, I've added disabled some
settings so we don't have errors on them.

LineLength is set to 1000 for now, since we have lot of long lines. Once
we do a first work fixing the style we can then enable it and be focus
on long lines

Style/DoubleNegation is disabled as a personal preference :D

vendor/* and gemfiles/vendor* are excluded

[branch #2981]

Jon de Andres added 2 commits February 4, 2016 12:37
Since we are still supporting Ruby 1.8, I've added disabled some
settings so we don't have errors on them.

LineLength is set to 1000 for now, since we have lot of long lines. Once
we do a first work fixing the style we can then enable it and be focus
on long lines

Style/DoubleNegation is disabled as a personal preference :D

vendor/** and gemfiles/vendor** are excluded

[branch #2981]
jondeandres added a commit that referenced this pull request Feb 4, 2016
@jondeandres jondeandres merged commit 1d0244c into master Feb 4, 2016
@jondeandres jondeandres deleted the jon/2981/add-rubocop-config branch February 4, 2016 14:28
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.

1 participant