Closed BenRoe closed 7 months ago
This is https://github.com/errata-ai/vale/issues/346. As a workaround, you could:
TokenIgnores
pattern, such as TokenIgnores = (Plaid-Pad)
.Hello! I have a similar problem. We've been working on a Vale rule that enforces sentence style capitalization. We have included a few exceptions for some proper nouns that we use. Everything seems to be working well, except for some terms with hyphens. Here is the rule: extends: capitalization message: "'%s' should use sentence-style capitalization." level: warning match: $sentence threshold: 0.9 exceptions:
This should be fixed in newer versions of Vale.
Hello, i have a heading like
Build guide for the Plaid-Pad
and added the Plaid-Pad to myaccept.txt
, but the suggestion is still triggered. How can i avoid that, without disabling the Headings rule?