-
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: Additional test to enforce documentation comment conventions #1450
Conversation
✅ Rule acceptance tests passed. |
main/src/test/java/org/mobilitydata/gtfsvalidator/validator/NoticeDocumentationTest.java
Outdated
Show resolved
Hide resolved
main/src/test/java/org/mobilitydata/gtfsvalidator/validator/NoticeDocumentationTest.java
Outdated
Show resolved
Hide resolved
✅ Rule acceptance tests passed. |
✅ Rule acceptance tests passed. |
This PR adds an additional unit-test to enforce our documentation comment conventions, per https://github.com/MobilityData/gtfs-validator/blob/master/docs/NEW_RULES.md#2-document-the-new-rule. This is a cleanup task for #1324.
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything