Skip to content

Commit a08fd37

Browse files
committed
Update lefthook configuration to change pre-commit to prepare-commit-msg and reorganize commands
1 parent 44389d5 commit a08fd37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lefthook.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
pre-commit:
1+
prepare-commit-msg:
22
commands:
33
rbs-inline:
44
run: bundle exec rbs-inline --output=sig
5+
6+
pre-commit:
7+
commands:
58
rubocop:
69
run: bundle exec rubocop
710
rspec:

0 commit comments

Comments
 (0)