Skip to content

Instantly share code, notes, and snippets.

@daninfpj
Created September 12, 2018 16:37
Show Gist options
  • Save daninfpj/d04151052adb64de54fff5048f4b4a63 to your computer and use it in GitHub Desktop.
Save daninfpj/d04151052adb64de54fff5048f4b4a63 to your computer and use it in GitHub Desktop.
Run rubocop on git changes
git status --porcelain | grep -E '^( |\?)(M|\?).*.rb' | cut -c4- | xargs rubocop -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment