From 65ae2d81cac95b9b3b16f6ad7281bb2c72e82bd4 Mon Sep 17 00:00:00 2001 From: hjon Date: Tue, 2 Aug 2016 23:55:44 -0700 Subject: [PATCH] Ignore iOS SDK during presubmit. NOTRY=True Review-Url: https://codereview.webrtc.org/1836663002 Cr-Commit-Position: refs/heads/master@{#13618} --- PRESUBMIT.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 1ece20119e..9d813b1881 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -418,6 +418,7 @@ def _CommonChecks(input_api, output_api): # they do not follow C++ lint rules. black_list = input_api.DEFAULT_BLACK_LIST + ( r".*\bobjc[\\\/].*", + r"webrtc\/build\/ios\/SDK\/.*", ) source_file_filter = lambda x: input_api.FilterSourceFile(x, None, black_list) results.extend(_CheckApprovedFilesLintClean(