Skip to content

Commit 6170a82

Browse files
ci(podspec): allow warnings for pi and vis-rec
1 parent b57cfaa commit 6170a82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Scripts/pod-lint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pod lib lint IBMWatsonDiscoveryV2.podspec --allow-warnings
1313
pod lib lint IBMWatsonLanguageTranslatorV3.podspec
1414
pod lib lint IBMWatsonNaturalLanguageClassifierV1.podspec
1515
pod lib lint IBMWatsonNaturalLanguageUnderstandingV1.podspec
16-
pod lib lint IBMWatsonPersonalityInsightsV3.podspec
16+
pod lib lint IBMWatsonPersonalityInsightsV3.podspec --allow-warnings
1717

1818
pod lib lint IBMWatsonSpeechToTextV1.podspec --allow-warnings
1919
# Cleanup from the podspec prepare_command
@@ -28,5 +28,5 @@ rm Source/SupportingFiles/Dependencies/Libraries/*tts.a
2828
find Source/SupportingFiles/Dependencies/Source -maxdepth 1 -type f -delete
2929

3030
pod lib lint IBMWatsonToneAnalyzerV3.podspec
31-
pod lib lint IBMWatsonVisualRecognitionV3.podspec
32-
pod lib lint IBMWatsonVisualRecognitionV4.podspec
31+
pod lib lint IBMWatsonVisualRecognitionV3.podspec --allow-warnings
32+
pod lib lint IBMWatsonVisualRecognitionV4.podspec --allow-warnings

0 commit comments

Comments
 (0)