Skip to content

Commit 1ed081e

Browse files
committed
add INCOMPLETE DATASET error to list
1 parent 6a4de2d commit 1ed081e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bids-validator/utils/issues/list.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,4 +632,10 @@ module.exports = {
632632
reason:
633633
'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.',
634634
},
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.',
640+
},
635641
}

0 commit comments

Comments
 (0)