Skip to content

Instantly share code, notes, and snippets.

@leemour
Created August 2, 2019 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemour/0ef5662a523a390b8d96a45d295e212b to your computer and use it in GitHub Desktop.
Save leemour/0ef5662a523a390b8d96a45d295e212b to your computer and use it in GitHub Desktop.
Rubocop run on only changed files
git diff --staged --name-only | xargs rubocop -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment