Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: create crud options control #70

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: create crud options control #70

wants to merge 2 commits into from

Conversation

kanupedo
Copy link

It has been detected that when generating the operationId of the yml it takes the summary and description tags as its method, which are optional but should be able to be completed.
To do this, a filter will be added that only adds as a method what may be susceptible to being a CRUD.
See reference: https://spec.openapis.org/oas/v3.1.0#path-item-object

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for collaborating with the project to help us improve! We hope this CLI is useful to you. Cheers!

Copy link

@javier-sierra-sngular javier-sierra-sngular left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All ok!

The error by Codacy Static Code Analysis is a little weird. I don't know what is happening to raise the error, because the application is running correctly.
As the error is not solved, maybe two commits attempting to solve could be discarded

Let's see with @jorgecasar what to do next.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants