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

Commits on Feb 4, 2016

  1. Add Rubocop config

    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 committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    503f1b2 View commit details
    Browse the repository at this point in the history
  2. Add hound.yml

    Jon de Andres committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    8540091 View commit details
    Browse the repository at this point in the history