Skip to content

Bug(doc): Case-sensitivity of ignored words #3210

Closed
@buhtz

Description

@buhtz

It might be because of my non-native English but in my understanding codespell behave different then described as in
https://github.com/codespell-project/codespell#ignoring-words .

There is written that ignore-patters are case-sensitive.
As an example Manuel (upper case first letter) (a usual first name in Europe) is recognized as an error and Manual is recommended.
That means when I want to allow/ignore it I should put Manuel (upper case fist letter) in the config files ignore-word-list. But this does not work. It work only if the pattern is lower case: Manuel is ignored when ignore-word-list=manuel.

That confuses me.

If this is the expected behavior that the linked README section might should be rewritten?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions