aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/presubmit.py
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-01-25 08:41:34 -0800
committerGravatar GitHub <noreply@github.com>2021-01-25 08:41:34 -0800
commit0ac841a1a40c7ef9def6b65834cf823c7f298e23 (patch)
tree8d94affc84904315895c31813ad6d7179f6bee9f /infra/presubmit.py
parent20b7246eae02785153ada2ae3dad97a546c7f589 (diff)
Replace terms that are uninclusive. (#5045)
Diffstat (limited to 'infra/presubmit.py')
-rwxr-xr-xinfra/presubmit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/presubmit.py b/infra/presubmit.py
index 653fa534..268a1149 100755
--- a/infra/presubmit.py
+++ b/infra/presubmit.py
@@ -199,7 +199,7 @@ class ProjectYamlChecker:
if auto_ccs:
email_addresses.extend(auto_ccs)
- # Sanity check them.
+ # Check that email addresses seem normal.
for email_address in email_addresses:
if '@' not in email_address or '.' not in email_address:
self.error(email_address + ' is an invalid email address.')