Skip to content

Commit a94c55e

Browse files
committed
wip: testing regex
This commit message should warn on title header Signed-off-by: Alex Fabre <[email protected]>
1 parent 06cb5db commit a94c55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.commit-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[header]
22
# header line regex:
3-
pattern = ^(option: |requirements: |ci: |doc: |release: |script: ).+$
3+
pattern = ^(option: |requirements: |ci: |doc: |release: |script: )(?!.*\bwip\b).+$
44

55
[body]
66
# Allow empty body commit message. (i.e. single line commit message).

0 commit comments

Comments
 (0)