summaryrefslogtreecommitdiffstats
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 16:47:58 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 16:47:58 +0000
commitb01497705497afc4122b49656c89f141308d6404 (patch)
tree878996ac7fadcfbf7f995bd8aea48206edf177be /PRESUBMIT.py
parent400769e17d7aa8a17ef41fa3b3f6bad9c2a3400c (diff)
downloadchromium_src-b01497705497afc4122b49656c89f141308d6404.zip
chromium_src-b01497705497afc4122b49656c89f141308d6404.tar.gz
chromium_src-b01497705497afc4122b49656c89f141308d6404.tar.bz2
Removing my contact details from PRESUBMIT.py
BUG=none Review URL: https://codereview.chromium.org/214703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 3e18813..8c27266 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -61,8 +61,7 @@ _TEST_ONLY_WARNING = (
'You might be calling functions intended only for testing from\n'
'production code. It is OK to ignore this warning if you know what\n'
'you are doing, as the heuristics used to detect the situation are\n'
- 'not perfect. The commit queue will not block on this warning.\n'
- 'Email joi@chromium.org if you have questions.')
+ 'not perfect. The commit queue will not block on this warning.')
_INCLUDE_ORDER_WARNING = (
@@ -760,7 +759,7 @@ def _CheckHardcodedGoogleHostsInLowerLayers(input_api, output_api):
if problems:
return [output_api.PresubmitPromptOrNotify(
'Most layers below src/chrome/ should not hardcode service URLs.\n'
- 'Are you sure this is correct? (Contact: joi@chromium.org)',
+ 'Are you sure this is correct?',
[' %s:%d: %s' % (
problem[0], problem[1], problem[2]) for problem in problems])]
else: