Show More
@@ -23,7 +23,8 b' beforepatch = afterheader + r"(?!\\n(?!@@' | |||
|
23 | 23 | |
|
24 | 24 | errors = [ |
|
25 | 25 | (beforepatch + r".*[(]bc[)]", "(BC) needs to be uppercase"), |
|
26 |
(beforepatch + r".*[(]issue \d\d\d", |
|
|
26 | (beforepatch + r".*[(]issue \d\d\d", | |
|
27 | "no space allowed between issue and number"), | |
|
27 | 28 | (beforepatch + r".*[(]bug(\d|\s)", "use (issueDDDD) instead of bug"), |
|
28 | 29 | (commitheader + r"# User [^@\n]+\n", "username is not an email address"), |
|
29 | 30 | (commitheader + r"(?!merge with )[^#]\S+[^:] ", |
General Comments 0
You need to be logged in to leave comments.
Login now