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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -632,4 +632,10 @@ module.exports = {
632
632
reason:
633
633
'The Authors field of dataset_description.json should contain an array of fields - with one author per field. This was triggered because there are no authors, which will make DOI registration from dataset metadata impossible.',
634
634
},
635
+
114: {
636
+
key: 'INCOMPLETE_DATASET',
637
+
severity: 'error',
638
+
reason:
639
+
'This dataset contains remote files. If you would like to validate with remote files, use the --remoteFiles option.',
0 commit comments