Skip to content

Instantly share code, notes, and snippets.

@kriskova
Last active December 1, 2017 14:03
Show Gist options
  • Save kriskova/56985137e3a382355ed6804bddc93628 to your computer and use it in GitHub Desktop.
Save kriskova/56985137e3a382355ed6804bddc93628 to your computer and use it in GitHub Desktop.
Run rubocop for all changed files in the git repository
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