Skip to content

Commit 8b63c48

Browse files
committed
feat: Add issue for INVALID_GZIP
1 parent 09e8313 commit 8b63c48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/issues/list.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ export const bidsIssues: IssueDefinitionRecord = {
133133
reason:
134134
'A column required in a TSV file has been redefined in a sidecar file. This redefinition is being ignored.',
135135
},
136+
INVALID_GZIP: {
137+
severity: 'error',
138+
reason: 'The gzip file could not be decompressed. It may be corrupt or misnamed.',
139+
},
136140
MULTIPLE_INHERITABLE_FILES: {
137141
severity: 'error',
138142
reason: 'Multiple files in a directory were found to be valid candidates for inheritance.',

0 commit comments

Comments
 (0)