Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index a57a2c01b4401b1bacb8dad25121ac874ed74bf1..f931353e3b74ec5aecd287a287a7a2333129c5d5 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -62,9 +62,9 @@ _TEST_ONLY_WARNING = ( |
| _INCLUDE_ORDER_WARNING = ( |
| - 'Your #include order seems to be broken. Send mail to\n' |
| - 'marja@chromium.org if this is not the case.') |
| - |
| + 'Your #include order seems to be broken. Remember to use the right ' |
| + 'collation (LC_COLLATE=C) and check http://google-styleguide.googlecode.com' |
|
jochen (gone - plz use gerrit)
2015/03/06 17:11:04
can we have an https URL plz?
marja
2015/03/09 09:32:34
Done.
|
| + '/svn/trunk/cppguide.html#Names_and_Order_of_Includes') |
| _BANNED_OBJC_FUNCTIONS = ( |
| ( |