Joseph Kato
Joseph Kato
I'm going to try to get this into the next release.
This is an issue because MyST is not one of Vale's [supported formats](https://vale.sh/docs/topics/scoping/#formats). As a result, your options are limited (most of Vale's scope-related features will not work) but you...
> but that generated over 600 additional errors. Here's example source and result ... Ah, it likely "solved" the issue with `Vale.Terms` but caused another one with `Vale.Spelling`. I would...
The first part of this issue (`NOSUGGEST`) has been fixed in v3.0.
My guess is that this https://github.com/errata-ai/vale/issues/706#issuecomment-1771748870 will resolved your problems.
The idea is that one of the case-sensitive entries in your `accept.txt` is matching a word in the heading. See if disabling your vocabularies makes the error go away. @meaghanfitzgerald,...
I think I understand your intent better now. The part of the description that says > "I" in single-author articles or "we" in multiple-author articles could indeed be a candidate...
By "sub-error" I meant `warning` or `suggestion`, which don't result in non-zero return codes.
I think this might be the same issue as #49.
Could you try running `vale ls-config` from the root directory on the command line? My guess is that the `StylesPath` doesn't exist.