MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
288 stars 101 forks source link

missing_required_file should trigger when translations.txt exists and feed_info.txt does not #1769

Closed emmambd closed 1 month ago

emmambd commented 6 months ago

Describe the problem

feed_info.txt is required when translations.txt is provided, but missing_required_file is not triggered in this case.

Describe the new validation rule

IF translations.txt is provided AND feed_info.txt is not present, trigger missing_required_file.

In this scenario, missing_recommended_file should not be triggered.

Sample GTFS datasets

https://gtfs.irail.be/nmbs/gtfs/latest.zip

Severity

No response

Additional context

No response

emmambd commented 1 month ago

Closed from #1803