-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add allow_warnings, fix abort_on_first
Allow-Warnings is finally available. (Closes #34) - Setting this option puts PySHACL into a non-standard operation mode, where Shapes marked with severity of sh:Warning or sh:Info will not cause result to be invalid. - Despite the name, it allows both sh:Info and sh:Warning. - Try it with `allow_warnings=True` on `validate()` or `-w` in the CLI tool. Fixed Abort Mode. (Fixes #75) - This optional mode allows the validator to exit early, on the first time your data fails to validate against a Constraint. - Name changed from `abort_on_error` to `abort_on_first` - Try it out with `abort_on_first=True` on `validate()` or `--abort` in the CLI tool.
- Loading branch information
1 parent
c86543e
commit 72027ed
Showing
11 changed files
with
267 additions
and
192 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
Oops, something went wrong.