-
Notifications
You must be signed in to change notification settings - Fork 125
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
Add support for .yml extension (openapi.yml and openapi-generator-config.yml) #77
Conversation
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.
Completely reasonable, and follows precedent we set with openapi.yaml
vs openapi.json
.
Just a style nit, otherwise lgtm.
@swift-server-bot test this please |
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.
The new multiple configs checking logic needs a bit of work.
The soundness test passed locally. If there are no other issues, would you mind help run the test again? @czechboy0
|
@swift-server-bot add to allowlist |
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.
Thanks for helping with this @Kyle-Ye!
Motivation
Some openapi file use
.yml
as the yaml file extension, we should support this instead of forcing user to rename it.Modifications
Add yml file extension support
Result
[After your change, what will change.]
Test Plan
[Describe the steps you took, or will take, to qualify the change - such as adjusting tests and manual testing.]