Last active
July 25, 2017 17:06
-
-
Save albaer/7ad9860b1a45e048a1f88f78ec817fd1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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