-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Updates OpenAPI spec to App Store Connect API version 3.0 #244
Conversation
Code Coverage Report
SwiftLint found issues
Generated by 🚫 Danger Swift against f66bc11 |
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.
This looks good overall, thanks for the contribution! Do you think we can get rid of the large number of new introduced warnings?
I believe the large amount of warnings are due to the new SwiftLint rule A large amount of new entities are introduced in version 3.0 leading to a lot of new warnings. #249 fixes this since |
Updates OpenAPI spec from 2.4 to 3.0 using the Makefile.
I thought this was already done in #235, but that PR actually updated from version 2.3 to 2.4.