Skip to content

Commit 35d0cf8

Browse files
committed
reclassify some validator errors as warnings
1 parent feeccd9 commit 35d0cf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compliance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
{"code": "TSV_ADDITIONAL_COLUMNS_UNDEFINED", "location": "**_scans.tsv"},
1919
{"code": "TSV_COLUMN_MISSING", "location": "**_events.tsv"},
2020
{"code": "SCANS_FILENAME_NOT_MATCH_DATASET"}
21+
],
22+
"warning": [
23+
{"code": "SIDECAR_KEY_REQUIRED", "subCode": "Units"},
24+
{"code": "REPETITION_TIME_AND_ACQUISITION_DURATION_MUTUALLY_EXCLUSIVE"}
2125
]
2226
}
2327
TMP_CONFIG_PATH: /tmp/bids-validator_config.json

0 commit comments

Comments
 (0)