textlint-rule / textlint-rule-spellchecker

textlint rule to check spellings with native spellchecker
8 stars 2 forks source link

Need clarification on spellchecker source #56

Open amimas opened 5 years ago

amimas commented 5 years ago

The doc mentions the following:

Global Settings

As this rule uses the native spellchecker in your computer, you can ignore specific words by adding them to your computer's/IME's dictionary.

Doesn't this mean that it might be inconsistent from one dev to another depending on what type of computer he/she is using? Also, the CI environment might be completely different from developers machines. So, can I say that this lint rule will probably produce inconsistent results. Is that correct? I'd appreciate if you could clarify this. Thanks

kushalpandya commented 4 years ago

I'm facing an issue in Travis CI for this exact reason, I opened https://github.com/textlint/textlint/issues/628 to understand what was going on.