Skip to content

Commit

Permalink
fix quickhook grep
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Dec 29, 2024
1 parent 3f21acc commit 8bb5944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .quickhook/pre-commit/ruby-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
set -e
grep '\.rb$\|Gemfile\|Rakefile' | xargs bin/rubocop --config .rubocop.yml --force-exclusion
grep '.rb\|Gemfile\|Rakefile' | xargs ./bin/rubocop --config .rubocop.yml --force-exclusion

0 comments on commit 8bb5944

Please sign in to comment.