Maxime Armstrong
Maxime Armstrong
## **Feature request** It would be beneficial to add new rules to the acceptance tests. Currently, two rules are tested: - Does the validator that uses the new code contribution...
## **Feature request** Currently, the end-to-end workflows test over 100 datasets at every commit. All datasets from the Mobility Database catalogs are also being tested for each commit excluding `[acceptance...
## **Feature request** Update the status check process for documentation PRs. Current options: 1. Run the workflow on PRs that only update documentation files as well. 2. Remove the requirement...
**Describe the bug** The end to end workflow fails when the SSL certificate of an URL we download a dataset from is currently invalid. See [here](https://github.com/MobilityData/gtfs-validator/runs/7241493846?check_suite_focus=true#step:10:99). **How we reproduce the...
Now that we validate all latest datasets from the Mobility Database Catalogs when running acceptance tests, are end-to-end workflow still relevant? This should be investigated.
**Is your feature request related to a problem? Please describe.** @barbeau noticed that [we are missing a step](https://github.com/MobilityData/gtfs-realtime-validator/pull/85#discussion_r807374460) to extract the JAR file from the ZIP archive produced by GitHub...
## **Feature request** Currently, the HTML output uses tables to display the samples of a Notice, with the columns being the context fields. Adding a human-readable string, such as the...
**Is your feature request related to a problem? Please describe.** Every Zone ID should be unique in stops.txt. **Describe the solution you'd like** Verify a Zone ID is not duplicated...
**Is your feature request related to a problem? Please describe.** A transfer distance should not be too large. This is a GTFS rule implemented in Google Python validator as ValidateTransferDistance....
**Is your feature request related to a problem? Please describe.** A date should not be duplicated in a service period. This is a GTFS rule implemented in Google Python validator...