-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/
, _
, .
, etc before or after natively ignored item (guid, hash, etc) causes it to be spell checked
#481
Comments
Created tests for various combinations in #483. Specifically the issue is having an ignored token next to another ignored token (escape sequences). We don't gracefully handle that. A workaround is to change the paths to use |
Thanks! Will try the workaround also. Also had some issues with a JWT token that had a big JSON text embedded into it with very long encoded strings for the crypto keys that also had some essentially paths in it |
Can confirm that replacing |
/
, _
, .
, etc before or after natively ignored item (guid, hash, etc) causes it to be spell checked
v1.8.0 is released with a fix for this |
Thanks! |
In part of our code base we had a set of comments referencing text from a backtrace, with lines like this that triggers as typos with this tool:
the same long hexadecimal number by itself in a comment doesn't trigger though (probably thanks to the fix for #326).
Is there, or should there be, some specific detection of paths so it doesn't spellcheck the path itself or does detect that one directory here was really a long hexadecimal number and should be treated just as a separate hexadecimal number is?
The text was updated successfully, but these errors were encountered: