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

[Validator] Unable to find license file in sub specs after failing required license. #132

Closed
kylef opened this issue May 16, 2014 · 0 comments

Comments

@kylef
Copy link
Contributor

kylef commented May 16, 2014

Steps to reproduce:

  • Create a podspec without a license attribute
  • Run pod lib lint (running the Core's validator) on the newly created spec

Actual result:

$ pod lib lint | grep license
- WARN  | Missing required attribute `license`.
- WARN  | [SpecName/Core, SpecName/List] Unable to find a license file

Expected result:

$ pod lib lint | grep license
- WARN  | Missing required attribute `license`.

Also, perhaps license file should apply to just the spec not sub spec since it's a single source repository?

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

No branches or pull requests

1 participant