We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68515f1 commit 9e2f5fbCopy full SHA for 9e2f5fb
tools/verifygitlog.py
@@ -87,8 +87,9 @@ def verify(sha, err):
87
# Author and committer email.
88
for line in git_log("%ae%n%ce", sha, "-n1"):
89
very_verbose("email", line)
90
- if "noreply" in line:
91
- err.error("Unwanted email address: " + line)
+ # Disable because user have to change their github profile.
+ # if "noreply" in line:
92
+ # err.error("Unwanted email address: " + line)
93
94
95
verify_message_body(raw_body, err)
0 commit comments