Created
October 27, 2016 12:33
-
-
Save stiig/7803b7f6fb2ee39c10d476f7093a6371 to your computer and use it in GitHub Desktop.
Rubocop only for changed files
This file contains hidden or 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
git status --porcelain | cut -c4- | grep '.rb' | xargs rubocop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment