Created
December 5, 2020 17:56
-
-
Save dgreda/71c3e9185a15441eda60c0a3742fc126 to your computer and use it in GitHub Desktop.
Aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run Rubocop only on modified Ruby files which haven’t been committed to git | |
alias rubogit='git ls-files -m | grep '\.rb$' | xargs bundle exec rubocop' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment