Lines Matching full:regex
61 # [title-match-regex]
62 # python-style regex that the commit-msg title must match
63 # Note that the regex can contradict with other rules if not used correctly
65 # regex=^US[0-9]*
84 # [body-match-regex]
85 # python-style regex that the commit-msg body must match.
87 # regex=My-Commit-Tag: foo$
90 # python-style regex that the commit author email address must match.
91 # For example, use the following regex if you only want to allow email addresses from foo.com
92 # regex=[^@]+@foo.com
95 # Ignore certain rules for commits of which the title matches a regex
97 # regex=^Release(.*)
104 # Ignore certain rules for commits of which the body has a line that matches a regex
106 # regex=(.*)release(.*)
113 #regex=^Signed-off-by:
117 # Ignore certain rules for commits of which the author name matches a regex
119 # regex=(.*)dependabot(.*)