Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 4760bc18eebc5a4eaeddb50e9265b0f7c16ae523..23ebd5759b5f5f5de105e2f425d123521e374c48 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -42,7 +42,7 @@ def _CommonChecks(input_api, output_api): |
| results = [] |
| results.extend(input_api.canned_checks.PanProjectChecks( |
| input_api, output_api, excluded_paths=_EXCLUDED_PATHS, |
| - maxlen=250, license_header=license_header)) |
| + license_header=license_header)) |
|
acolwell GONE FROM CHROMIUM
2013/04/17 00:13:56
Why is this needed? It should probably be in a sep
Matthew Heaney (Chromium)
2013/04/18 23:15:42
I had a stale depot_tools. Fixed.
|
| results.extend(_CheckForVersionControlConflicts(input_api, output_api)) |
| results.extend(_CheckPatchFiles(input_api, output_api)) |
| results.extend(_CheckTestExpectations(input_api, output_api)) |