Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When linting, only allow dependencies from master #28

Closed
kylef opened this issue Sep 29, 2014 · 2 comments
Closed

When linting, only allow dependencies from master #28

kylef opened this issue Sep 29, 2014 · 2 comments
Labels

Comments

@kylef
Copy link
Contributor

kylef commented Sep 29, 2014

Suppress the following warning and force master to be used.

[!] The use of implicit sources has been deprecated. To continue using all of the sources currently on your machine, add the following to the top of your Podfile:

    source 'https://github.com/CocoaPods/Specs.git'
@segiddins
Copy link
Member

Validator needs a way to take only a given array of sources, then a change at https://github.com/CocoaPods/cocoapods-trunk/blob/master/lib/pod/command/trunk.rb#L336

@kylef
Copy link
Contributor Author

kylef commented Sep 29, 2014

Yes, those changes will probably be needed for CocoaPods/CocoaPods#2543 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants