Skip to content

Commit

Permalink
Don't allow warnings for podspec validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Apr 29, 2019
1 parent ca21029 commit c6c0c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate-podspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ popd
function validate() {
local PODSPEC=$1

pod lib lint $PODSPEC --verbose --no-clean --allow-warnings "${SWIFT_VERSION}"
pod lib lint $PODSPEC --verbose --no-clean "${SWIFT_VERSION}"
}

for TARGET_ITERATOR in ${TARGETS[@]}
Expand Down

0 comments on commit c6c0c54

Please sign in to comment.