Skip to content

Commit 9e2f5fb

Browse files
LinjingZhangederjc
authored andcommitted
tools/: Disable no reply change.
Signed-off-by: zhanglinjing <Linjing.Zhang@infineon.com>
1 parent 68515f1 commit 9e2f5fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/verifygitlog.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ def verify(sha, err):
8787
# Author and committer email.
8888
for line in git_log("%ae%n%ce", sha, "-n1"):
8989
very_verbose("email", line)
90-
if "noreply" in line:
91-
err.error("Unwanted email address: " + line)
90+
# Disable because user have to change their github profile.
91+
# if "noreply" in line:
92+
# err.error("Unwanted email address: " + line)
9293

9394

9495
verify_message_body(raw_body, err)

0 commit comments

Comments
 (0)