Skip to content

Commit

Permalink
don't modify schema.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 14, 2022
1 parent 207b371 commit 501773e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/zsh/rubofix.zsh
Expand Up @@ -4,6 +4,7 @@ function rubofix() {
git diff --name-status origin/master \
| grep -vE '^D' \
| grep -E '.rb$' \
| grep -v 'schema.rb' \
| cut -c 3- \
| sed "s|^|$TOPLEVEL/|g" \
| xargs rubocop --autocorrect
Expand Down

0 comments on commit 501773e

Please sign in to comment.