Joseph Kato
Joseph Kato
While it's true that we currently only check for a specific case, the problem with trying to be more generic is that you'll get a lot of false positives. I...
Thanks -- this looks very useful!
As stated in the [documentation](https://vale.sh/docs/topics/packages/#complete), - The `StylesPath` should be a top-level directory named `styles`. - The `.vale.ini` file needs to reference this value, e.g., `StylesPath = styles`. You cannot...
This rule hasn't been implemented yet. A non-trivial amount of the style guide is currently supported, but the A-Z word list coverage isn't great at the moment. See https://github.com/errata-ai/Microsoft/issues/15 for...
Hmm -- I'm not sure. It's possible we could employ some pattern-based heuristic, but it's not immediately clear to me what that might be. I've created a [Regex101 test suite](https://regex101.com/r/TcCKbC/2),...
This is https://github.com/errata-ai/vale/issues/346. As a workaround, you could: - Selectively disable the rule for that heading with a [comment](https://docs.errata.ai/vale/scoping#markup-based-configuration). - Add either (or both) of the terms individually. - Write...
It's not "cut off"; it's simply not complete yet (as with many other rules here).
Yes, I'd very much appreciate help maintaining this style.
@ShahradR: Yes, this would definitely help us measure our progress.
The current implementation expects the definition's case to match, for example, > You must use a Personal Access Token (PAT). would yield no alert.