Skip to content

Commit

Permalink
Allow warnings when validating podspec
Browse files Browse the repository at this point in the history
Ideally, this should be removed once the warnings have been addressed
  • Loading branch information
mokagio committed Apr 16, 2024
1 parent 34808d7 commit 5baf0b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

#################
Expand Down

0 comments on commit 5baf0b9

Please sign in to comment.