Closed 5u623l20 closed 2 years ago
This should be fixed in next release. You can verify by building from the v2
branch.
Thanks for your prompt support. I can confirm that this works as intended now with the new branch. Looking forward for the release. 👍
The documentation mentions that
So I was trying to work as following:
which errored with:
I think the documentation is a bit misleading as 6 levels up the tree means the folder
freebsd-doc
is the one where.vale.ini
is allowed. So this is a bit confusing.Because if I do the following:
It runs properly and is able to locate the
.vale.ini
from within six levels up the tree.Second issue is with dicpath: If I try to execute
vale
from any other directory other thanfreebsd-doc
then it errors out as following:Although it runs fine if I run vale from one directory up. I have tried to put
.vale.ini
and.vale
directory under$HOME
and run vale with the same errors:I have tried with
dicpath: ~/.vale/styles/Dicts
but it's not expanded and~
is expanded as literal tilde.These are not a problem while we running CI/CD pipelines as for CI/CD pipelines we do:
which runs perfectly. The problem is with integration with editors as the buffer locations of the editors are outside the scope of the working directory. For your reference I have been trying to use this with Emacs using
flymake-vale
which is failing due to this reason. For your reference please see: https://github.com/tpeacock19/flymake-vale/issues/8