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

Check for existence of column before running for more validators. #1888

Open jcpitre opened 1 month ago

jcpitre commented 1 month ago

Describe the problem

In PR https://github.com/MobilityData/gtfs-validator/pull/1875 we added logic so we don't have to call some validators if the columns related to the validator do not exist.

This was implement for some validators, but not all. We should add this check to all validators that would benefit.

This was implemented in #1875

You can find a list of all validators here.

Proposed solution

See above

Alternatives you've considered

No response

Additional context

No response