MobilityData / gtfs-validator

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

Mark extra files and fields as "Notes" not "Warnings", off by default #470

Closed antrim closed 3 years ago

antrim commented 3 years ago

The validator returns warnings for unexpected files and fields by default. These warnings might do more harm than good.

Suggestions:

isabelle-dr commented 3 years ago

Hi @antrim! I joined the MobilityData team recently :)

With the V2.0.0 of the Canonical GTFS Schedule Validator, we introduced an INFO severity level exactly for this purpose. Two notices can be triggered: UnknownColumnNotice and UnknownFileNotice, as you can see in the documentation. (correct me if I'm wrong @lionel-nj)

Is this solving the issue for you?

isabelle-dr commented 3 years ago

Closing since it has been solved in version 2.0.0