Skip to content
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

Add part-of-speech rule for [noun + using] #799

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

aireilly
Copy link
Member

@aireilly aireilly commented Jun 7, 2024

The existing TermsSuggestions.yml rule for "(?<![Bb]y) using": by using|that uses fires lots of false positives for "using". For example, "You are using the computer." should not raise a Vale error.

https://studio.vale.sh/s/0d3e250c6fcaed40fb64cb8b797f7f7f

Tested against openshift-docs with:

$ vale ./modules --filter='.Name == "RedHat.Using"' --glob='*.adoc' --output=line

PR also removes .github/workflows/web-ide-link.yml and updates the validate-rules job to use the latest version of Vale, which is required for this rule.

Also various clean up items for new vale version 3.7.0.

Copy link

github-actions bot commented Jun 7, 2024

Click here to review and test in web IDE: Contribute

Copy link

github-actions bot commented Jun 7, 2024

⚡️ Deploying PR Preview...

@aireilly aireilly force-pushed the add-pos-using-rule branch 4 times, most recently from 1a370d2 to eeb8d25 Compare June 7, 2024 12:08
@aireilly aireilly force-pushed the add-pos-using-rule branch from eeb8d25 to 134a459 Compare June 19, 2024 09:45
@aireilly aireilly force-pushed the add-pos-using-rule branch 5 times, most recently from f7f1c0e to 0646efd Compare July 18, 2024 16:38
@aireilly aireilly requested a review from rohennes July 18, 2024 20:52
Copy link
Collaborator

@rohennes rohennes left a comment

Choose a reason for hiding this comment

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

lgtm - just a minor comment

@aireilly aireilly force-pushed the add-pos-using-rule branch 14 times, most recently from bd72fc8 to aa381b7 Compare July 23, 2024 19:53
@aireilly aireilly force-pushed the add-pos-using-rule branch 8 times, most recently from 15c2d6f to 8217db4 Compare July 23, 2024 21:22
@aireilly aireilly force-pushed the add-pos-using-rule branch from 8217db4 to 7c52c70 Compare July 23, 2024 21:34
@aireilly aireilly merged commit 33df94b into redhat-documentation:main Jul 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants