##// END OF EJS Templates
check-commit: wrap too long line...
FUJIWARA Katsunori -
r28042:08e0c408 default
parent child Browse files
Show More
@@ -23,7 +23,8 b' beforepatch = afterheader + r"(?!\\n(?!@@'
23
23
24 errors = [
24 errors = [
25 (beforepatch + r".*[(]bc[)]", "(BC) needs to be uppercase"),
25 (beforepatch + r".*[(]bc[)]", "(BC) needs to be uppercase"),
26 (beforepatch + r".*[(]issue \d\d\d", "no space allowed between issue and number"),
26 (beforepatch + r".*[(]issue \d\d\d",
27 "no space allowed between issue and number"),
27 (beforepatch + r".*[(]bug(\d|\s)", "use (issueDDDD) instead of bug"),
28 (beforepatch + r".*[(]bug(\d|\s)", "use (issueDDDD) instead of bug"),
28 (commitheader + r"# User [^@\n]+\n", "username is not an email address"),
29 (commitheader + r"# User [^@\n]+\n", "username is not an email address"),
29 (commitheader + r"(?!merge with )[^#]\S+[^:] ",
30 (commitheader + r"(?!merge with )[^#]\S+[^:] ",
General Comments 0
You need to be logged in to leave comments. Login now