Chromium Code Reviews| Index: ui/webui/resources/PRESUBMIT.py |
| diff --git a/ui/webui/resources/PRESUBMIT.py b/ui/webui/resources/PRESUBMIT.py |
| index 7a7e28be99ddb44575f9a16422b525cb74d42cf6..b05b5b555b0a4c491709e788817f3a0449b67bc9 100644 |
| --- a/ui/webui/resources/PRESUBMIT.py |
| +++ b/ui/webui/resources/PRESUBMIT.py |
| @@ -75,6 +75,4 @@ translation from the place using the shared code. For an example: see |
| def _CommonChecks(input_api, output_api): |
| results = [] |
| results += _CheckForTranslations(input_api, output_api) |
| - results += input_api.canned_checks.CheckPatchFormatted(input_api, output_api, |
| - check_js=True) |
|
Dan Beam
2017/02/10 22:54:13
why did you remove this? note the check_js=True
jam
2017/02/10 22:59:39
oops, that was by accident. I'll restore this and
|
| return results |