Skip to content

Commit 00aa51a

Browse files
ci(pod-lint): allow warnings
1 parent 5099199 commit 00aa51a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Scripts/pod-lint.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# The flag --allow-warnings is required for pods that have build warnings (like deprecation notices).
66
set -e
77

8-
pod lib lint IBMWatsonAssistantV1.podspec
9-
pod lib lint IBMWatsonAssistantV2.podspec
10-
pod lib lint IBMWatsonCompareComplyV1.podspec
8+
pod lib lint IBMWatsonAssistantV1.podspec --allow-warnings
9+
pod lib lint IBMWatsonAssistantV2.podspec --allow-warnings
10+
pod lib lint IBMWatsonCompareComplyV1.podspec --allow-warnings
1111
pod lib lint IBMWatsonDiscoveryV1.podspec --allow-warnings
1212
pod lib lint IBMWatsonDiscoveryV2.podspec --allow-warnings
13-
pod lib lint IBMWatsonLanguageTranslatorV3.podspec
14-
pod lib lint IBMWatsonNaturalLanguageClassifierV1.podspec
15-
pod lib lint IBMWatsonNaturalLanguageUnderstandingV1.podspec
13+
pod lib lint IBMWatsonLanguageTranslatorV3.podspec --allow-warnings
14+
pod lib lint IBMWatsonNaturalLanguageClassifierV1.podspec --allow-warnings
15+
pod lib lint IBMWatsonNaturalLanguageUnderstandingV1.podspec --allow-warnings
1616
pod lib lint IBMWatsonPersonalityInsightsV3.podspec --allow-warnings
1717

1818
pod lib lint IBMWatsonSpeechToTextV1.podspec --allow-warnings
@@ -27,6 +27,6 @@ git checkout Sources/SupportingFiles/Dependencies
2727
rm Sources/SupportingFiles/Dependencies/Libraries/*tts.a
2828
find Sources/SupportingFiles/Dependencies/Source -maxdepth 1 -type f -delete
2929

30-
pod lib lint IBMWatsonToneAnalyzerV3.podspec
30+
pod lib lint IBMWatsonToneAnalyzerV3.podspec --allow-warnings
3131
pod lib lint IBMWatsonVisualRecognitionV3.podspec --allow-warnings
3232
pod lib lint IBMWatsonVisualRecognitionV4.podspec --allow-warnings

0 commit comments

Comments
 (0)