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 09e8313 commit 8b63c48Copy full SHA for 8b63c48
src/issues/list.ts
@@ -133,6 +133,10 @@ export const bidsIssues: IssueDefinitionRecord = {
133
reason:
134
'A column required in a TSV file has been redefined in a sidecar file. This redefinition is being ignored.',
135
},
136
+ INVALID_GZIP: {
137
+ severity: 'error',
138
+ reason: 'The gzip file could not be decompressed. It may be corrupt or misnamed.',
139
+ },
140
MULTIPLE_INHERITABLE_FILES: {
141
severity: 'error',
142
reason: 'Multiple files in a directory were found to be valid candidates for inheritance.',
0 commit comments