From d9fa758292462c4200231f49286aa97750f5e689 Mon Sep 17 00:00:00 2001 From: borenet Date: Thu, 18 Feb 2016 08:05:48 -0800 Subject: Port Skia recipe to normal Python scripts, move to Skia repo BUG=skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1703663002 Review URL: https://codereview.chromium.org/1703663002 --- PRESUBMIT.py | 1 + 1 file changed, 1 insertion(+) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 326caad1e8..df2b5737b8 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -85,6 +85,7 @@ def _PythonChecks(input_api, output_api): 'R0201', # Method could be a function. 'E1003', # Using class name in super. 'W0613', # Unused argument. + 'W0105', # String statement has no effect. ) # Run Pylint on only the modified python files. Unfortunately it still runs # Pylint on the whole file instead of just the modified lines. -- cgit v1.2.3