aspelllint icon indicating copy to clipboard operation
aspelllint copied to clipboard

Pure Ruby-ize aspell

Open mcandre opened this issue 10 years ago • 1 comments

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.

mcandre avatar Mar 07 '14 15:03 mcandre

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

mcandre avatar Mar 07 '14 19:03 mcandre