tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Too many misspelling error even if all misspell patterns are mentioned in `--ignore` #28

Closed raipc closed 6 years ago

raipc commented 6 years ago
api/data/series/query.md
  206:8-206:13  warning  Too many misspellings; no further spell suggestions are given  overflow      retext-spell

Probably this behavior is caused by default max setting set to 30 in retext-spell, and --ignore feature takes place after retext-spell plugin finishes its work.

tbroadley commented 6 years ago

Thanks for opening this issue!

If you're experiencing this problem while running the tool on a public GitHub repository, would you mind telling me which one? It would make it easier for me to track down the issue.

raipc commented 6 years ago

@tbroadley Thank you for fast response and a good tool! We are using it on https://github.com/axibase/atsd/pull/556