Skip to content

Commit 73d38b4

Browse files
authored
Merge pull request #413 from INCF/chrisfilo-patch-10
Add a link to bidsignore description in the error message
2 parents be6df73 + a62b400 commit 73d38b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/issues/list.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module.exports = {
1212
reason: 'Files with such naming scheme are not part of BIDS specification. This error is most commonly ' +
1313
'caused by typos in file names that make them not BIDS compatible. Please consult the specification and ' +
1414
'make sure your files are named correctly. If this is not a file naming issue (for example when including ' +
15-
'files not yet covered by the BIDS specification) you should include a ".bidsignore" file in your dataset. Please ' +
15+
'files not yet covered by the BIDS specification) you should include a ".bidsignore" file in your dataset (see' +
16+
' https://github.com/INCF/bids-validator#bidsignore for details). Please ' +
1617
'note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS ' +
1718
'or behavioural logs in proprietary formats) should be placed in the /sourcedata folder.'
1819
},

0 commit comments

Comments
 (0)