We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the built in https://vale.sh/docs/checks/capitalization, it fails heading checks that should be correct.
It seems to be failing on headings that contain words that are three tokens or less. AND, OR, AN, A, Git.
It fails as a action and locally.
Vale version vale version 3.9.4 GH action version: uses: errata-ai/[email protected]
Create the capitalization rule:
extends: capitalization message: "'%s' should use title-style capitalization." level: error scope: heading match: $title style: AP
Then test against New Repository and Project.
New Repository and Project
It wants New Repository AND Project.
The text was updated successfully, but these errors were encountered:
I can't reproduce this.
Can you share your .vale.ini and any relevant vocabularies?
.vale.ini
Sorry, something went wrong.
No branches or pull requests
Check for existing issues
Environment
When using the built in https://vale.sh/docs/checks/capitalization, it fails heading checks that should be correct.
It seems to be failing on headings that contain words that are three tokens or less. AND, OR, AN, A, Git.
It fails as a action and locally.
Vale version vale version 3.9.4
GH action version: uses: errata-ai/[email protected]
Describe the bug / provide steps to reproduce it
Create the capitalization rule:
Then test against
New Repository and Project
.It wants New Repository AND Project.
The text was updated successfully, but these errors were encountered: