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

Package Zip and manifest validation on build #51

Open
dazinator opened this issue Mar 17, 2016 · 0 comments
Open

Package Zip and manifest validation on build #51

dazinator opened this issue Mar 17, 2016 · 0 comments
Labels

Comments

@dazinator
Copy link
Owner

On project build, we can validate the manifest file (I already have a seperate library to do this) and fail the build if it's invalid. Can also write warnings and info for common things based on best practices (providing owner, license info etc).

If the manifest file is valid, can proceed to validate it against the contents of the zip. For example if the manifest has files specified that don't exist in the zip, we can fail the build with appropriate errors.

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

1 participant