You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bids-validator/utils/issues/list.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -345,13 +345,13 @@ module.exports = {
345
345
'Quick validation failed - the general folder structure does not resemble a BIDS dataset. Have you chosen the right folder (with "sub-*/" subfolders)? Check for structural/naming issues and presence of at least one subject.',
346
346
},
347
347
62: {
348
-
key: 'SUBJECT_VALUE_CONTAINS_ILLEGAL_CHARECTER',
348
+
key: 'SUBJECT_VALUE_CONTAINS_ILLEGAL_CHARACTER',
349
349
severity: 'error',
350
350
reason:
351
351
'Sub label contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.',
352
352
},
353
353
63: {
354
-
key: 'SESSION_VALUE_CONTAINS_ILLEGAL_CHARECTER',
354
+
key: 'SESSION_VALUE_CONTAINS_ILLEGAL_CHARACTER',
355
355
severity: 'error',
356
356
reason:
357
357
'Ses label contain an Illegal Character hyphen or underscore. Please edit the filename as per BIDS spec.',
0 commit comments