You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extends: existencemessage: "Avoid using contractions."level: errormatch:
- '\b(\w+\'\w+)\b'ignore_case: true
I have other yaml files in this custom folder and they are picked up by .vale.ini. I feel like the issue might be in '\b(\w+\'\w+)\b' but can't for the heck of my life figure out where the problem is.
Any help appreciated!
The text was updated successfully, but these errors were encountered:
kayx23
changed the title
Extend Existence to Error Out on Contractions
How to Extend Existence to Error Out on Contractions
Apr 4, 2023
Closing as I realized even if the regEx works, it is not a good idea as it would picks up words like dog's, cat's which isn't my intention. The substitution is indeed a better approach.
Here's my yaml config:
I have other yaml files in this custom folder and they are picked up by
.vale.ini
. I feel like the issue might be in'\b(\w+\'\w+)\b'
but can't for the heck of my life figure out where the problem is.Any help appreciated!
The text was updated successfully, but these errors were encountered: