Skip to content

Commit a0ab34f

Browse files
committed
Update pre-commit hook to run RuboCop from bin directory
1 parent 4afd4c4 commit a0ab34f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ prepare-commit-msg:
66
pre-commit:
77
commands:
88
rubocop:
9-
run: bundle exec rubocop
9+
run: ./bin/rubocop
1010
rspec:
1111
run: bundle exec rspec
1212
steep:

0 commit comments

Comments
 (0)