Skip to content

Misspell corrected an imported constant's name. #10

@bnkamalesh

Description

@bnkamalesh

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 around

p.s: I added the respective word as a config under ignore-words as a work around.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions