Ignore iOS SDK during presubmit.
NOTRY=True Review-Url: https://codereview.webrtc.org/1836663002 Cr-Commit-Position: refs/heads/master@{#13618}
This commit is contained in:
parent
525df3ffd1
commit
65ae2d81ca
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user