psych-ds / psychds-validator

Validator tools for the psych-DS specification
0 stars 1 forks source link

Issue migration #42

Closed bleonar5 closed 4 months ago

bleonar5 commented 5 months ago

This PR closes issue #30

I've deprecated the function "addNonSchemaIssue", which grabbed error information from a file called "list.ts", and replaced it with "addSchemaIssue", which grabs error information from the external schema model. This required an adjustment to the DatasetIssues class, which now takes in the schema as a parameter for reference, and it also required a number of minor adjustments across all the files that had made use of addNonSchemaIssue previously.