Skip to content

Instantly share code, notes, and snippets.

@stiig
Created October 27, 2016 12:33
Show Gist options
  • Save stiig/7803b7f6fb2ee39c10d476f7093a6371 to your computer and use it in GitHub Desktop.
Save stiig/7803b7f6fb2ee39c10d476f7093a6371 to your computer and use it in GitHub Desktop.
Rubocop only for changed files
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