Skip to content

Commit ef7442a

Browse files
committed
feat: Add issue text for TSV_EMPTY_LINE
1 parent 831e1fe commit ef7442a

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
@@ -84,6 +84,10 @@ export const bidsIssues: IssueDefinitionRecord = {
8484
severity: 'error',
8585
reason: 'All rows must have the same number of columns as there are headers.',
8686
},
87+
TSV_EMPTY_LINE: {
88+
severity: 'error',
89+
reason: 'An empty line was found in the TSV file.',
90+
},
8791
TSV_COLUMN_MISSING: {
8892
severity: 'error',
8993
reason: 'A required column is missing',

0 commit comments

Comments
 (0)