| Index: native_client_sdk/PRESUBMIT.py
|
| diff --git a/native_client_sdk/PRESUBMIT.py b/native_client_sdk/PRESUBMIT.py
|
| index c6e613d7460be80e7873bc3cc675846eccefec50..5faf369d7e86ec9e677324333298f4fb7cbbd6e2 100644
|
| --- a/native_client_sdk/PRESUBMIT.py
|
| +++ b/native_client_sdk/PRESUBMIT.py
|
| @@ -18,9 +18,7 @@ def CommonChecks(input_api, output_api):
|
| 'E1103', # subprocess.communicate() generates these :(
|
| 'R0201', # method could be function (doesn't reference self)
|
| ]
|
| - black_list = [r'src/build_tools/tests/.*',
|
| - r'src/site_scons/.*',
|
| - ]
|
| + black_list = [r'src[\\\/]build_tools[\\\/]tests[\\\/].*']
|
| canned = input_api.canned_checks
|
| output.extend(canned.RunPylint(input_api, output_api, black_list=black_list,
|
| disabled_warnings=disabled_warnings))
|
|
|