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?
It might be because of my non-native English but in my understanding
codespellbehave different then described as inhttps://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 andManualis recommended.That means when I want to allow/ignore it I should put
Manuel(upper case fist letter) in the config filesignore-word-list. But this does not work. It work only if the pattern is lower case:Manuelis ignored whenignore-word-list=manuel.That confuses me.
If this is the expected behavior that the linked README section might should be rewritten?