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
vale version 3.0.5 on macOS
My vocabulary contains:
vpn VPN
Sample content:
Here is some text containing the word VPN.
I install vale locally using brew:
$ brew install vale $ vale -v vale version 3.0.5
I then get this error for the above content:
$ vale content ... error Use 'vpn' instead of 'VPN'. Vale.Terms
When I run vale via GitHub actions I install vale via:
$ wget https://github.com/errata-ai/vale/releases/download/v3.0.5/vale_3.0.5_Linux_64-bit.tar.gz -O vale.tar.gz $ tar -xvzf vale.tar.gz vale
When the GitHub workflow runs, it does not return this error, it expects vpn to be spelled VPN.
vpn
VPN
Any clue why the difference in error handling between brew vale and the GitHub release artifact?
The text was updated successfully, but these errors were encountered:
See #706 (comment).
Sorry, something went wrong.
No branches or pull requests
Check for existing issues
Environment
vale version 3.0.5 on macOS
Describe the bug / provide steps to reproduce it
My vocabulary contains:
Sample content:
I install vale locally using brew:
I then get this error for the above content:
When I run vale via GitHub actions I install vale via:
When the GitHub workflow runs, it does not return this error, it expects
vpn
to be spelledVPN
.Any clue why the difference in error handling between brew vale and the GitHub release artifact?
The text was updated successfully, but these errors were encountered: