Skip to content

Commit af06bba

Browse files
committed
fix(MTC): make SERVICE_WITHOUT_DAYS_OF_WEEK a blocking issue
1 parent 0d2cb4a commit af06bba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/manager/util/version.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ export function versionHasNotBegun (
6363
// https://github.com/conveyal/gtfs-lib/blob/dev/src/main/java/com/conveyal/gtfs/error/NewGTFSErrorType.java
6464
export const BLOCKING_ERROR_TYPES = [
6565
'ILLEGAL_FIELD_VALUE',
66-
'TABLE_IN_SUBDIRECTORY',
67-
'WRONG_NUMBER_OF_FIELDS',
6866
'MISSING_COLUMN',
67+
'REFERENTIAL_INTEGRITY',
68+
'SERVICE_WITHOUT_DAYS_OF_WEEK',
6969
'TABLE_MISSING_COLUMN_HEADERS',
70-
'REFERENTIAL_INTEGRITY'
70+
'TABLE_IN_SUBDIRECTORY',
71+
'WRONG_NUMBER_OF_FIELDS'
7172
]
7273

7374
export function isErrorBlocking (category: ValidationResultErrorCount) {

0 commit comments

Comments
 (0)