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 0d2cb4a commit af06bbaCopy full SHA for af06bba
lib/manager/util/version.js
@@ -63,11 +63,12 @@ export function versionHasNotBegun (
63
// https://github.com/conveyal/gtfs-lib/blob/dev/src/main/java/com/conveyal/gtfs/error/NewGTFSErrorType.java
64
export const BLOCKING_ERROR_TYPES = [
65
'ILLEGAL_FIELD_VALUE',
66
- 'TABLE_IN_SUBDIRECTORY',
67
- 'WRONG_NUMBER_OF_FIELDS',
68
'MISSING_COLUMN',
+ 'REFERENTIAL_INTEGRITY',
+ 'SERVICE_WITHOUT_DAYS_OF_WEEK',
69
'TABLE_MISSING_COLUMN_HEADERS',
70
- 'REFERENTIAL_INTEGRITY'
+ 'TABLE_IN_SUBDIRECTORY',
71
+ 'WRONG_NUMBER_OF_FIELDS'
72
]
73
74
export function isErrorBlocking (category: ValidationResultErrorCount) {
0 commit comments