This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Add context to Ruleset validation output #302
Labels
enhancement
Some sort of new functionality (rather than fixing or tweaking something that already existed).
rulesets
Relating to IATI Rulesets.
validation
Changes to validation functionality.
The
validator
module contains two types of validation: truthy and detailed.At the moment, detailed Ruleset validation will provide information about which Rule(s) have failed, though nothing about the context. Codelist validation, however, provides additional information such as line numbers so that context can be extracted.
Detailed Ruleset validation should provide context in the output so that it's easier to determine what needs fixing and where.
How this works will vary slightly between different types of Rule (some Rules may need to provide multiple contexts), though it will be possible to obtain useful output for at least some types of Rule.
The text was updated successfully, but these errors were encountered: