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

Update missing_timepoint_value to not check for timepoint header #1908

Open emmambd opened 3 weeks ago

emmambd commented 3 weeks ago

Describe the problem

missing_timepoint_value should cover the case where arrival_time and departure_time are provided in stop_times.txt but the timepoint header isn't provided. Right now it does not.

Proposed solution

Update missing_timepoint_value to cover when the timepoint header isn't included.

Alternatives you've considered

No response

Additional context

No response