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

This fixes the --ignore-missing-schemas flag #150

Merged
merged 1 commit into from
Jul 20, 2019

Commits on Jul 18, 2019

  1. This fixes the --ignore-missing-schemas flag

    This changes the behavior of the --ignore-missing-schemas flag. Prior to
    this change, the flag prevented validation against schemas for all
    documents. The new behavior is to prevent validation against schemas for
    any document whose associated schema can not be found. All other
    documents are validated against their corresponding schemas.
    
    This also improves the expected behavior of the flag. Prior behavior was
    to display a successful message for any document missing its schema. New
    behavior will print a warning message that the document was not
    validated against a schema.
    ian-howell committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    296e801 View commit details
    Browse the repository at this point in the history