We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808d5ce commit 25a3ba8Copy full SHA for 25a3ba8
src/bids-validator.ts
@@ -6,3 +6,4 @@ const errors = result.issues.get({ severity: 'error' })
6
if (errors.length) {
7
Deno.exit(16)
8
}
9
+Deno.exit(0)
src/validators/bids.ts
@@ -112,6 +112,7 @@ export async function validate(
112
113
await summary.update(context)
114
115
+
116
for (const check of perDSChecks) {
117
await check(schema as unknown as GenericSchema, dsContext)
118
0 commit comments