Skip to content

Commit ade6128

Browse files
committed
[ci] Exclude packages using deprecated APIs from the pod linter check
1 parent 83ae18a commit ade6128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/targets/macos_repo_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ tasks:
1313
always: true
1414
- name: validate iOS and macOS podspecs
1515
script: .ci/scripts/tool_runner.sh
16-
args: ["podspec-check"]
16+
args: ["podspec-check", "--exclude=script/configs/exclude_xcode_deprecation.yaml"]
1717
always: true

0 commit comments

Comments
 (0)