We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174a35a commit 6f236ceCopy full SHA for 6f236ce
src/schema/rules/checks/dataset.yaml
@@ -18,8 +18,8 @@ NoSubjectFolders:
18
issue:
19
code: NOSUBJECT_FOLDERS
20
message: |
21
- There must be no subject directories (labeled "sub-*") in the root of the "project" type BIDS dataset.
22
- level: error
+ There should be no subject directories (labeled "sub-*") in the root of this project BIDS dataset.
+ level: warning
23
selectors:
24
- path == '/dataset_description.json'
25
- dataset.dataset_description.DatasetType == "project"
0 commit comments