We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbf149 commit e8ac13dCopy full SHA for e8ac13d
hooks/check-message.py
@@ -3,7 +3,7 @@
3
import re, sys
4
5
KEYWORDS = "(Add|Feature|Change|Remove|Codechange|Codefix|Cleanup|Fix|Revert|Doc|Update|Upgrade|Prepare)"
6
-ISSUE = "#\d+"
+ISSUE = r"#\d+"
7
COMMIT = "[0-9a-f]{4,}"
8
9
MSG_PAT1 = re.compile(KEYWORDS + "$")
0 commit comments