Skip to content

Best Practice: feed_info.txt should be provided (WARNING) #877

@e-lo

Description

@e-lo

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

public MissingRequiredFileNotice(String filename) {
super(ImmutableMap.of("filename", filename), SeverityLevel.ERROR);
}

Metadata

Metadata

Assignees

Labels

GTFS Best PracticesUsed for Adding or changing rules that belong in the GTFS Best Practicesgood first issueGood task for newcomers to work on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions