Index: cc/PRESUBMIT.py |
diff --git a/cc/PRESUBMIT.py b/cc/PRESUBMIT.py |
index f9a0acb03f43096bf311b9d70c9904e3645837a3..6c08441f405eea1d402681b81e62660a17457b28 100644 |
--- a/cc/PRESUBMIT.py |
+++ b/cc/PRESUBMIT.py |
@@ -141,7 +141,8 @@ def CheckTodos(input_api, output_api): |
if errors: |
return [output_api.PresubmitError( |
- 'All TODO comments should be of the form TODO(name).', |
+ 'All TODO comments should be of the form TODO(name). ' + |
+ 'Use TODO instead of FIX' + 'ME', |
Ian Vollick
2014/08/28 17:37:26
This is amazing.
|
items=errors)] |
return [] |