-
Notifications
You must be signed in to change notification settings - Fork 15
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
Default tag should contains all latest apiVersion swagger file #78
Conversation
bb582f2
to
65bc079
Compare
@ruowan - i have the MISSING_APIS_IN_DEFAULT_TAG error showing up in a PR. In my particular case, it looks like a change in casing is causing a discrepancy between an earlier and new version of the same API path. Should this MISSING_APIS_IN_DEFAULT_TAG use a case insensitive comparison? Or possibly should it rely on the operation ids instead of the paths? |
Thanks for your feedback. This errors use case sensitive comparison for paths and normalize path by ignore parameter. Operation id is more flexible than path. I think I need to update this rule to use case insensitive comparison. Could you share the PR link? |
This is the check that is failing on my PR. I think it's caused by a change in casing between two spec versions. |
Hi @ruowan I am not able to understand how to fix it, and would really appreciate some help. Here the link to the PR: |
No description provided.