Best way to ignore a constant deployment key? #315
Replies: 1 comment 1 reply
-
It looks like you've probably got the options to ignore words in mixed/camel case and words with digits disabled. You can turn them on unless you really need it to spell check those types of words. They're on by default to ignore them as such words do tend to introduce more false reports. Otherwise, just add an Ignore Spelling directive comment to the file to ignore the unwanted misspellings:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an in-code key, which is thousands of characters long. I'm hoping i can find a way to ignroe the spellchecker for this line of code, without disabling the entire file.
What's the correct pattern to accomplish this?
Thanks so much!
Beta Was this translation helpful? Give feedback.
All reactions