From 527fb4d607a19c7f9b2d2bd84d4735bd6a0e0944 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Fri, 1 Mar 2013 14:08:28 +0000 Subject: [PATCH] Revert "Will now run pylint on all python files if there's at least one modified python file in the checkin." This reverts commit 6bd8730dfad6e7c5a5cf9a089605fcb9f83a13e0. TBR=ajm@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/1150004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3585 4adac7df-926f-26a2-2b94-8c16560cd09d --- PRESUBMIT.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 343d84c587..03933b83ad 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -121,10 +121,6 @@ def _CommonChecks(input_api, output_api): """Checks common to both upload and commit.""" # TODO(kjellander): Use presubmit_canned_checks.PanProjectChecks too. results = [] - results.extend(input_api.canned_checks.RunPylint(input_api, output_api, - black_list=(r'^tools/.*\.py$', - r'^third_party/.*\.py$', - r'^testing/.*\.py$',))) results.extend(input_api.canned_checks.CheckLongLines( input_api, output_api)) results.extend(input_api.canned_checks.CheckChangeHasNoTabs(