Skip to content

Commit

Permalink
fix(MTC): make SERVICE_WITHOUT_DAYS_OF_WEEK a blocking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Oct 26, 2020
1 parent 0d2cb4a commit af06bba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/manager/util/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ export function versionHasNotBegun (
// https://github.com/conveyal/gtfs-lib/blob/dev/src/main/java/com/conveyal/gtfs/error/NewGTFSErrorType.java
export const BLOCKING_ERROR_TYPES = [
'ILLEGAL_FIELD_VALUE',
'TABLE_IN_SUBDIRECTORY',
'WRONG_NUMBER_OF_FIELDS',
'MISSING_COLUMN',
'REFERENTIAL_INTEGRITY',
'SERVICE_WITHOUT_DAYS_OF_WEEK',
'TABLE_MISSING_COLUMN_HEADERS',
'REFERENTIAL_INTEGRITY'
'TABLE_IN_SUBDIRECTORY',
'WRONG_NUMBER_OF_FIELDS'
]

export function isErrorBlocking (category: ValidationResultErrorCount) {
Expand Down

0 comments on commit af06bba

Please sign in to comment.