misspell-check icon indicating copy to clipboard operation
misspell-check copied to clipboard

A program to check source code for mispelings...

Results 10 misspell-check issues
Sort by recently updated
recently updated
newest added

The program crashes when it encounters a non-UTF-8 file. It would probably make more sense to skip such files; when we run misspellings on a huge list of files it's...

Can you change the license on this so it can be used along side other plugins/tools that are different licenses? GPLv3 makes it impossible to integrate in projects outside of...

misspellings commands does not return exit code if any misspellings found. If it returns exit code, CI server can notifiy misspellings easily. So, could you return exit code? Thank you...

For example, coffee script has an "isnt" operator. So flagging those is pointless.

One of the words from the misspellings list that is not included is gardai -> gardaí due to the fact that utf8 is not supported. 1) Change the code such...