Skip to content

Commit 6f236ce

Browse files
committed
Make NoSubjectFolders into a "warning" from "error" to have aligned with SubjectFolders check
Also adjusted wording to be aligned too
1 parent 174a35a commit 6f236ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema/rules/checks/dataset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ NoSubjectFolders:
1818
issue:
1919
code: NOSUBJECT_FOLDERS
2020
message: |
21-
There must be no subject directories (labeled "sub-*") in the root of the "project" type BIDS dataset.
22-
level: error
21+
There should be no subject directories (labeled "sub-*") in the root of this project BIDS dataset.
22+
level: warning
2323
selectors:
2424
- path == '/dataset_description.json'
2525
- dataset.dataset_description.DatasetType == "project"

0 commit comments

Comments
 (0)