sapegin / textlint-rule-stop-words

Textlint rule to find filler words, buzzwords and clichés
MIT License
20 stars 6 forks source link

Fix: Don't treat dots in words as regexp #1

Closed pixelastic closed 6 years ago

pixelastic commented 6 years ago

I had false positive errors when using the plugin. It was considering the word idea as violating the "Don't use i.e." rule.

I could reproduce the issue with tests, and updated the code to fix it. The implementation is a bit naive, as it only escapes dots, but I didn't see any other custom chars in the dictionary.

sapegin commented 6 years ago

Thanks, merged!

sapegin commented 6 years ago

:tada: This PR is included in version 1.0.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: