git-spell-check icon indicating copy to clipboard operation
git-spell-check copied to clipboard

Spell checking pre-commit Git hook.

Results 3 git-spell-check issues
Sort by recently updated
recently updated
newest added

Hello, I use Windows 10, I got this error message when I try to commit: aspell is installed with two dictionaries. ` Error: Invalid Option: --add-sgml-skip=ulink ` Any idea?

I have used this project as a base for my script. I have added a `commit-msg` that is using the aspell dictionary and same logic as in the original pre-commit...

Following the instruction and installing aspell on mac, I purposly tested a dummy commit with a tons of spelling errors and it let it pass. Not sure if Im missing...