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
I've been using it and have run into a number of cases where exact terms are not always matched. Unfortunately I have not had time to put together a PR, but have traced it to being due to the RegExp that is built here:
Workaruond for sapegin/textlint-rule-terminology#28. Likely a better
configuration approach regardless of this issue as it should capture
more variants of core product terms.
Thank you for putting this rule together.
I've been using it and have run into a number of cases where exact terms are not always matched. Unfortunately I have not had time to put together a PR, but have traced it to being due to the RegExp that is built here:
textlint-rule-terminology/index.js
Lines 126 to 138 in c3f366a
Loading this into regex101, it's possible to see some of these cases failing: https://regex101.com/r/vOBa0O/1.
As a temporary workaround, the alternate
['regexp', 'replacement']
configuration syntax does not appear to be impacted.The text was updated successfully, but these errors were encountered: