Skip to content

Instantly share code, notes, and snippets.

@padi
Forked from sophiedeziel/.zshrc
Created February 14, 2017 04:34
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 padi/54cd44f15cbc206085b6a2226d4b7f94 to your computer and use it in GitHub Desktop.
Save padi/54cd44f15cbc206085b6a2226d4b7f94 to your computer and use it in GitHub Desktop.
Only run Rubocop on files changed in a branch
alias rdm="git diff master --name-only --diff-filter=ACMR | grep '.rb' | ag -v 'schema' | xargs rubocop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment