Skip to content

Commit 01378f9

Browse files
authored
Merge pull request #292 from nellh/invalid-encoding-error
fix: Add missing INVALID_FILE_ENCODING issue definition
2 parents 33ba4ea + 96f6fa2 commit 01378f9

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
@@ -203,6 +203,10 @@ export const bidsIssues: IssueDefinitionRecord = {
203203
severity: 'error',
204204
reason: 'Files with the same name but different casing have been found.',
205205
},
206+
INVALID_FILE_ENCODING: {
207+
severity: 'error',
208+
reason: 'File encoding is not valid UTF-8.',
209+
},
206210
}
207211

208212
export const nonSchemaIssues = { ...bidsIssues }

0 commit comments

Comments
 (0)