View on GitHub

check-spelling-docs

Documentation for check-spelling

reject Examples

Note that regular expressions are generally case-sensitive. You can use (?:(?i)...) to make a line case-insensitive (currently all lines are treated together, so if you don't scope your item, it will carry through to the remaining lines, which is could be unexpected -- this is likely to change in the near future).

See Archaic-words

^attache$
benefitting
occurence
Sorce
^[Ss]pae
^untill
vender
^wether

Note: the patterns are perl regular expressions. Here these patterns are quite broad.


FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts