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

Vale 3.0.5 treats vocabulary slightly different when installed from Brew versus GitHub release artifacts #756

Closed
1 task done
karl-johan-grahn opened this issue Jan 20, 2024 · 1 comment

Comments

@karl-johan-grahn
Copy link

Check for existing issues

  • Completed

Environment

vale version 3.0.5 on macOS

Describe the bug / provide steps to reproduce it

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.

Any clue why the difference in error handling between brew vale and the GitHub release artifact?

@jdkato
Copy link
Member

jdkato commented Jan 21, 2024

See #706 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants