From 5baf0b93cbef734bf33eee4b0a6d4383c61927da Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 16 Apr 2024 16:05:09 +1000 Subject: [PATCH] Allow warnings when validating podspec Ideally, this should be removed once the warnings have been addressed --- .buildkite/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f44dfe413..0e594e94a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,8 +24,9 @@ steps: ################# - label: "🔬 Validate Podspecs" key: "validate" + # Ideally, --allow-warnings should be removed once the warnings have been addressed command: | - validate_podspec + validate_podspec --allow-warnings plugins: *common_plugins #################