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

Bug: VALE_CONFIG_PATH ignored since 3.0.0 #750

Closed
1 task done
chrisgrieser opened this issue Jan 10, 2024 · 5 comments
Closed
1 task done

Bug: VALE_CONFIG_PATH ignored since 3.0.0 #750

chrisgrieser opened this issue Jan 10, 2024 · 5 comments

Comments

@chrisgrieser
Copy link

chrisgrieser commented Jan 10, 2024

Check for existing issues

  • Completed

Environment

vale version 3.0.0 (download by the vale-ls)
macOS 14.1 (arm)

Describe the bug / provide steps to reproduce it

The previously working VALE_CONFIG_PATH is being ignored since 3.0.0

Pasted image 2024-01-10 at 15 48 29@2x

@charlesBochet
Copy link

We are facing the same issue on https://github.com/twentyhq/twenty

We are going to move the .vale.ini to the root folder temporarily but it would be great to fix it :)

@kKronstainBrown
Copy link

kKronstainBrown commented Jan 10, 2024

Same here:

{
  "Code": "E100",
  "Text": "E100 [vocab] Runtime error\n\n'config/vocabularies/WordUsageVocab' directory does not exist\n\nExecution stopped with code 1."
}

Hardcoded to version 2.3.0 as a temporary workaround.

@aireilly
Copy link

I did some testing this morning hoping that a symlink would work as a stop-gap but it appears that Vale does not see symlinks.

@jdkato
Copy link
Member

jdkato commented Jan 10, 2024

This is fixed now. I'll put out a new release tomorrow.

@jdkato jdkato closed this as completed Jan 11, 2024
@jdkato
Copy link
Member

jdkato commented Jan 11, 2024

@kKronstainBrown: Your issue is unrelated to VALE_CONFIG_PATH; v3.0 expects vocabularies to be in $StylesPath/config/vocabularies as mentioned in the Breaking Changes section of the release notes.

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

5 participants