Skip to content

Commit

Permalink
feat: Add issue text for TSV_EMPTY_LINE
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 9, 2025
1 parent 831e1fe commit ef7442a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/issues/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ export const bidsIssues: IssueDefinitionRecord = {
severity: 'error',
reason: 'All rows must have the same number of columns as there are headers.',
},
TSV_EMPTY_LINE: {
severity: 'error',
reason: 'An empty line was found in the TSV file.',
},
TSV_COLUMN_MISSING: {
severity: 'error',
reason: 'A required column is missing',
Expand Down

0 comments on commit ef7442a

Please sign in to comment.