-
My .vale.ini looks like this:
My accept.txt looks like this (note location) in capture. However Vale is flagging text it should acccept:
|
Beta Was this translation helpful? Give feedback.
Answered by
jdkato
Jan 13, 2025
Replies: 1 comment 1 reply
-
Your regex doesn't match anything. It looks like you want, for example, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
moxiegirl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your regex doesn't match anything. It looks like you want, for example,
[dD]eserializers?
instead of[dD]eserializer(s)
.