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

PCC: add rubocop #22

Closed
3 tasks done
ndushay opened this issue Aug 23, 2017 · 0 comments
Closed
3 tasks done

PCC: add rubocop #22

ndushay opened this issue Aug 23, 2017 · 0 comments
Assignees

Comments

@ndushay
Copy link
Contributor

ndushay commented Aug 23, 2017

  • add rubocop gem with reasonable rubocop.yml defaults to project;
  • add rubocop rake task
  • add rubocop run to build used by travis

consider pegging the version of rubocop so we aren't churning on code because some folks decided they like certain syntax better than other syntax.

from https://github.com/bbatsov/rubocop

RuboCop's development is moving at a very rapid pace and there are often backward-incompatible changes between minor releases (since we haven't reached version 1.0 yet). To prevent an unwanted RuboCop update you might want to use a conservative version locking in your Gemfile:

gem 'rubocop', '~> 0.49.1', require: false
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

No branches or pull requests

1 participant