From 0ac841a1a40c7ef9def6b65834cf823c7f298e23 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Mon, 25 Jan 2021 08:41:34 -0800 Subject: Replace terms that are uninclusive. (#5045) --- infra/presubmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/presubmit.py') 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.') -- cgit v1.2.3