-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
GTFS Best PracticesUsed for Adding or changing rules that belong in the GTFS Best PracticesUsed for Adding or changing rules that belong in the GTFS Best Practicesgood first issueGood task for newcomers to work on.Good task for newcomers to work on.
Description
Lack of feed_info.txt should all trigger a WARNING because the file is required in the GTFS Best Practices.
Should probably mirror or extend MissingRequiredFileNotice to allow for a parameter to indicate SeverityLevel.WARNING
Lines 27 to 29 in 5243445
| public MissingRequiredFileNotice(String filename) { | |
| super(ImmutableMap.of("filename", filename), SeverityLevel.ERROR); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GTFS Best PracticesUsed for Adding or changing rules that belong in the GTFS Best PracticesUsed for Adding or changing rules that belong in the GTFS Best Practicesgood first issueGood task for newcomers to work on.Good task for newcomers to work on.