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 831e1fe commit ef7442aCopy full SHA for ef7442a
src/issues/list.ts
@@ -84,6 +84,10 @@ export const bidsIssues: IssueDefinitionRecord = {
84
severity: 'error',
85
reason: 'All rows must have the same number of columns as there are headers.',
86
},
87
+ TSV_EMPTY_LINE: {
88
+ severity: 'error',
89
+ reason: 'An empty line was found in the TSV file.',
90
+ },
91
TSV_COLUMN_MISSING: {
92
93
reason: 'A required column is missing',
0 commit comments