Skip to content

Commit c6c0c54

Browse files
committed
Don't allow warnings for podspec validation.
1 parent ca21029 commit c6c0c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate-podspec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ popd
4848
function validate() {
4949
local PODSPEC=$1
5050

51-
pod lib lint $PODSPEC --verbose --no-clean --allow-warnings "${SWIFT_VERSION}"
51+
pod lib lint $PODSPEC --verbose --no-clean "${SWIFT_VERSION}"
5252
}
5353

5454
for TARGET_ITERATOR in ${TARGETS[@]}

0 commit comments

Comments
 (0)