aspelllint
aspelllint copied to clipboard
Pure Ruby-ize aspell
This would relieve users of the need to install aspell as a prerequisite for aspelllint.
As a bonus, this would allow customizations like "scan # comments, too!", solving #7 more neatly.
Better yet, pure Node.js-ize aspell, to take advantage of JSHint's .jshintignore
parser, for regex patterns very similar to .gitignore
patterns.
https://github.com/jshint/jshint/blob/2.x/src/cli.js#L183-L234