Cocoapods: `pod lib lint` should have --platform flag

Created on 26 May 2018  路  3Comments  路  Source: CocoaPods/CocoaPods

Report

The pod lib lint command should have a --platform flag to allow me to request that only specific platforms are linted. The idea here is when I'm testing podfile changes that are platform-agnostic, I don't want to wait for it to build 4 different times when building for a single platform is sufficient. It already has the --fail-fast flag but that only makes failure faster, it doesn't make success faster.

easy help wanted enhancement

Most helpful comment

@kballard Implemented as --platforms, allows you to specify a list of platforms like --platforms=ios,watchos. This will be released with CocoaPods 1.6.0

Thanks for the suggestion!

All 3 comments

Marking for 1.6.0.

@kballard Implemented as --platforms, allows you to specify a list of platforms like --platforms=ios,watchos. This will be released with CocoaPods 1.6.0

Thanks for the suggestion!

Was this page helpful?
0 / 5 - 0 ratings