Skip to content

Instantly share code, notes, and snippets.

@everm1nd
Last active July 31, 2019 12:42
Show Gist options
  • Save everm1nd/07cda56f0a2f247a0aa36eaa54c12002 to your computer and use it in GitHub Desktop.
Save everm1nd/07cda56f0a2f247a0aa36eaa54c12002 to your computer and use it in GitHub Desktop.
Rubocop all the files changed in the current branch
alias lint-all='git diff --name-only develop | grep "\.rb" | xargs rubocop -a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment