forked from client9/misspell
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Misspell linter corrected a constant's name which was imported from a protobuff generated package.
The problematic constant name Status_STATUS_CANCELLED, was corrected to a single L. This broke our CI as well, because autofix: true is the default setting.
Ref:
microsoft/vscode#200638
golang/vscode-go#3087
Below I have provided the configuration of misspell.
misspell:
locale: US
ignore-words:
- cancelled // added this now as a work aroundp.s: I added the respective word as a config under ignore-words as a work around.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested