Chromium Code Reviews| Index: PRESUBMIT.py |
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
| index 388fcb924f698e0dc1abb323affbd8330e1a4705..b9a8247d56dd58ffe317eb26998c35f54ab36193 100644 |
| --- a/PRESUBMIT.py |
| +++ b/PRESUBMIT.py |
| @@ -15,7 +15,6 @@ def CommonChecks(input_api, output_api): |
| output = [] |
| black_list = list(input_api.DEFAULT_BLACK_LIST) + [ |
| r'^workdir/.*', |
| - r'^thirdparty/.*' |
| ] |
| output.extend(input_api.canned_checks.RunPylint( |
| input_api, output_api, black_list=black_list)) |