-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: feed_info should include start_date, end_date, version, email, url #1156
feat: feed_info should include start_date, end_date, version, email, url #1156
Conversation
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
Thank you for this contribution! 🍰✨🦄 Information about source corruption0 out of 1248 sources are corrupted. Acceptance test detailsThe changes in this pull request did not trigger any new errors on known GTFS datasets from the MobilityDatabase. |
d91d5b0
to
d0e192c
Compare
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
d0e192c
to
44ef231
Compare
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
1 similar comment
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
2c39db4
to
f416d65
Compare
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
1 similar comment
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
f416d65
to
c006cfa
Compare
Thank you for this contribution! 🍰✨🦄 Information about source corruption0 out of 1248 sources are corrupted. Acceptance test detailsDue to changes in this pull request, the following validation rules trigger new errors:
Download the full acceptance test report for commit 616a5e3 here (report will disappear after 90 days). |
Thank you for this contribution! 🍰✨🦄 Information about source corruption0 out of 1248 sources are corrupted. Acceptance test detailsThe changes in this pull request did not trigger any new errors on known GTFS datasets from the MobilityDatabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…arser.java Co-authored-by: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com>
4c344d4
to
bbd679b
Compare
bbd679b
to
b7f72db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing aside, we should be able to merge! The validator cannot be compiled right now because one @Recommended
annotation is duplicated.
main/src/main/java/org/mobilitydata/gtfsvalidator/table/GtfsFeedInfoSchema.java
Outdated
Show resolved
Hide resolved
…edInfoSchema.java Co-authored-by: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com>
Thank you for this contribution! 🍰✨🦄 Information about source corruption0 out of 1248 sources are corrupted. Acceptance test detailsThe changes in this pull request did not trigger any new errors on known GTFS datasets from the MobilityDatabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @KClough
Summary:
Related #885
Expected behavior:
Applies the best practice for feed_info.txt to includes valid fields for:
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything- [ ] Include screenshot(s) showing how this pull request works and fixes the issue(s)