Conversation
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>
javier-sierra-sngular
previously approved these changes
Jan 18, 2024
javier-sierra-sngular
left a comment
There was a problem hiding this comment.
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.
4198ac6 to
4984ff9
Compare
3b8ec16 to
0aad726
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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