-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
312975f
commit 296e801
Showing
3 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters