-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: gsoc project - add autofix feature #236
base: master
Are you sure you want to change the base?
Conversation
…e it delete repeated tag and its descendant items; Add force save to update diagnostic after fixing applied
…teEmptyVariables, updateURL, deleteID
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.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Quality Gate failedFailed conditions |
Description
This PR includes the implementation of autofix feature of the GSoC 24' project.
Project idea link click here
High-level overview:
Create asyncapi-ruleset and fixers for the rule. Diagnostic info is provided by Spectral.
Fixers and corresponding asyncapi-rule
Unit Test
Unit tests is included in
/src/functions/test
, to run unit testing:npm test
Related issue(s)
None