-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add skipPatterns option
#75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hello @azu |
azu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for Pull Request.
I recommend that you use @textlint/regexp-string-matcher in this usecase.
Or, introduce separated skipWords and skipRegExp option.
|
@azu I change it to |
azu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thank you! Could you bump up the version number and upload to npm? |
|
Yes. I'll update devDeps before publishing. |
|
Great! |
Hello,
Since some jargon cannot be recognized by ginger, I added this options to skip errors.
This feature has already been implemented
textlint-rule-spellchecker.For me, it is enough to add this property from
textlint-rule-spellchecker, however someone may want the other features. Since I have no time to do it, I stop to add the other features.Anyway, I guess this request make your project to be better.
Thank you!