Skip to content

Commit

Permalink
Merge pull request #3318 from OpenNeuroOrg/feat/require-events-tsv
Browse files Browse the repository at this point in the history
feat: Require events.tsv for non-rest tasks
  • Loading branch information
nellh authored Feb 12, 2025
2 parents 8606dc5 + a9afbee commit f98d87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cli/src/validator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"error": [
{ "code": "NO_AUTHORS" },
{ "code": "SUBJECT_FOLDERS" },
{ "code": "EMPTY_DATASET_NAME" }
{ "code": "EMPTY_DATASET_NAME" },
{ "code": "EVENTS_TSV_MISSING" }
],
"warning": [
{ "code": "PARTICIPANT_ID_MISMATCH" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"error": [
{ "code": "NO_AUTHORS" },
{ "code": "SUBJECT_FOLDERS" },
{ "code": "EMPTY_DATASET_NAME" }
{ "code": "EMPTY_DATASET_NAME" },
{ "code": "EVENTS_TSV_MISSING" }
],
"warning": [
{ "code": "PARTICIPANT_ID_MISMATCH" }
Expand Down

0 comments on commit f98d87e

Please sign in to comment.