Skip to content

Typos reports typos in _typos.toml #711

@emilk

Description

@emilk

Adding your own extend-words is quite problematic:

❯ cat _typos.toml 
[default.extend-words]
grey = "gray"

❯ typos
error: `grey` should be `gray`
  --> ./_typos.toml:2:1
  |
2 | grey = "gray"
  | ^^^^

I would suggest typos ignore its own configuration file when checking for typos

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions