-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Labels
Description
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?