Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: PRESUBMIT.py

Issue 989533002: PRESUBMIT.py, more helpful and stable error message for #include check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8bfd5cfc4736776087b0f75677873bd1315dcd6d..d631d4ffedf08a3fbbfd7aa46c02a1b3a9e00721 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 https://google-styleguide.googlecode'
+ '.com/svn/trunk/cppguide.html#Names_and_Order_of_Includes')
_BANNED_OBJC_FUNCTIONS = (
(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698