Skip to content

Commit 24e3dcd

Browse files
committed
Mention .bidsignore in the issue description.
1 parent 413b130 commit 24e3dcd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

utils/issues/list.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ module.exports = {
99
1: {
1010
key: 'NOT_INCLUDED',
1111
severity: 'error',
12-
reason: 'Files with such naming scheme are not part of BIDS specification. This error is most commonly caused by typos in file names that make them not BIDS compatible. Please consult the specification and make sure your files are named correctly. If this is not a file naming issue (for example when including files not yet covered by the BIDS specification) you can ignore this warning. Please note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS or behavioural logs in proprietary formats) should be placed in the /sourcedata folder.'
12+
reason: 'Files with such naming scheme are not part of BIDS specification. This error is most commonly ' +
13+
'caused by typos in file names that make them not BIDS compatible. Please consult the specification and ' +
14+
'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 include a ".bidsignore" file in your dataset. Please ' +
16+
'note that derived (processed) data should be placed in /derivatives folder and source data (such as DICOMS ' +
17+
'or behavioural logs in proprietary formats) should be placed in the /sourcedata folder.'
1318
},
1419
2: {
1520
key: 'REPETITION_TIME_GREATER_THAN',

0 commit comments

Comments
 (0)