-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
[spell-check] Fixes for a possible patch release #1173
base: master
Are you sure you want to change the base?
Conversation
First we need to fix CI; there's a failing test in the |
…and clean up specs.
This commit removes the |
Finally, I'm probably going to argue for reverting the change we made to the default
For now I'd like to revert the change to |
…of the `"source comment"` value. A user can add it back in if they want spell-checking of code comments, but it's probably a bit too opinionated to be the default.
@savetheclocktower I'll take the blame for changing the default Maybe some time in the future, I'd love to see a way that could allow us to enable this behavior again, while having some intelligent considerations on spell checks end. Such as maybe skipping camel cased items when spell checking comments. But I cannot even begin to imagine how large of a task that might be, so it makes much more sense to disable it for now, and see if a time like that ever comes. |
A couple fixes need to be applied to
spell-check
; this is the PR that will hold them. Opening as draft for now; I'll commentate as I add commits.