Show More
@@ -39,8 +39,6 b' errors = [' | |||||
39 | "summary keyword should be most user-relevant one-word command or topic"), |
|
39 | "summary keyword should be most user-relevant one-word command or topic"), | |
40 | (afterheader + r".*\.\s*\n", "don't add trailing period on summary line"), |
|
40 | (afterheader + r".*\.\s*\n", "don't add trailing period on summary line"), | |
41 | (afterheader + r".{79,}", "summary line too long (limit is 78)"), |
|
41 | (afterheader + r".{79,}", "summary line too long (limit is 78)"), | |
42 | (r"\n\+\n( |\+)\n", "adds double empty line"), |
|
|||
43 | (r"\n \n\+\n", "adds double empty line"), |
|
|||
44 | # Forbid "_" in function name. |
|
42 | # Forbid "_" in function name. | |
45 | # |
|
43 | # | |
46 | # We skip the check for cffi related functions. They use names mapping the |
|
44 | # We skip the check for cffi related functions. They use names mapping the |
General Comments 0
You need to be logged in to leave comments.
Login now