Skip to content

Commit

Permalink
Allow warnings while linting (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Dec 17, 2018
1 parent cc397b1 commit f98d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xcodebuild build test \
-destination "name=iPhone SE" \
-configuration Debug | xcpretty -c

pod spec lint
pod spec lint --allow-warnings

exit ${PIPESTATUS[0]}

0 comments on commit f98d1dd

Please sign in to comment.