Skip to content

Instantly share code, notes, and snippets.

@albaer
Last active July 25, 2017 17:06
Show Gist options
  • Save albaer/7ad9860b1a45e048a1f88f78ec817fd1 to your computer and use it in GitHub Desktop.
Save albaer/7ad9860b1a45e048a1f88f78ec817fd1 to your computer and use it in GitHub Desktop.
### 1. What is Rubocop?
https://github.com/bbatsov/rubocop
### 2. Using Rubocop locally
* rubocop.yml
* bundle exec rubocop
* configured to run with rspec
### 3. Rubocop CI Integration
https://circleci.com/gh/albaer/gradebook
### 4. My experiense
* Highly configurable
* Diffs vs. whole project
* Code consistency
* Code reviews
* Differences across projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment