-
Notifications
You must be signed in to change notification settings - Fork 135
Fix pipelines: [docs] Adjust Vale Doc Linter and Prettier configurations Issue #517
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
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.
Thank you and congratulations 🎉 for opening your very first pull request in keploy
Hi @pratik-mahalle, thanks for raising the PR! |
Hey @Achanandhi-M, Thank you for the review. I think, the main goal of this PR was to adjust the Vale Doc Linter and Prettier configurations to resolve the linter issues we were encountering. As part of this, I needed to update some of the custom style files, including vale_styles/Google/GenderBias.yml, to ensure they aligned with our current linting rules and addressed the specific problems flagged by Vale. |
I’ll get it reviewed by the team and follow up on the merge soon @pratik-mahalle |
The pipelines are still failing @pratik-mahalle |
Hey @khareyash05 , In |
Let me try pushing the recent changes, if it works! |
…go types - Fix ordinal numbers and unit spacing - Fix quote punctuation - Fix em dash spacing Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
…go types - Fix ordinal numbers and unit spacing - Fix quote punctuation - Fix em dash spacing Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
Signed-off-by: Pratik Mahalle <mahallepratik683@gmail.com>
b53d8bd
to
bd8fdc1
Compare
What has changed?
This pull request addresses the issues with failing
Vale Doc Linter
andPrettier
pipelines as described in Issue #2696.Vale
across the documentation files.Prettier
pipeline configuration.Type of change