Skip to content

Commit

Permalink
Update bids-validator/src/schema/applyRules.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nell Hardcastle <nell@dev-nell.com>
  • Loading branch information
rwblair and nellh authored Jul 15, 2024
1 parent 90032c4 commit 13e666c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bids-validator/src/schema/applyRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ function evalJsonCheck(
const result = validate(context.sidecar[keyName])
if (result === false) {
const evidenceBase = `Failed for this file.key: ${originFileKey} Schema path: ${schemaPath}`
let messages = []
if (!validate.errors) {
context.issues.addNonSchemaIssue("JSON_SCHEMA_VALIDATION_ERROR", [
{
Expand Down

0 comments on commit 13e666c

Please sign in to comment.