-
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: Add method to GtfsFeedLoader to access GtfsTableDescriptors. #1573
Conversation
…equired or not, removing duplicate methods in GtfsTableContainer. Additionally, make "required" a mutable field in GtfsTableDescriptor to support dynamic configuration of which files are required and which aren't.
* Fix typo in TimeframeOverlapNotice name + add test to prevent future typos.
✅ Rule acceptance tests passed. |
✅ Rule acceptance tests passed. |
As part of work on #1564, expose the set of GtfsTableDescriptors in GtfsFeedLoader so that their properties might be modified at runtime.
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything