Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: -I sometimes has no effect #3144

Closed
LilithHafner opened this issue Oct 14, 2023 · 1 comment
Closed

Bug: -I sometimes has no effect #3144

LilithHafner opened this issue Oct 14, 2023 · 1 comment

Comments

@LilithHafner
Copy link

LilithHafner commented Oct 14, 2023

$ ls
file.txt        ignore.txt
$ cat file.txt 
I'm a file. TheS.
$ cat ignore.txt 
TheS
$ codespell
./file.txt:1: TheS ==> this, these
./ignore.txt:1: TheS ==> this, these
$ codespell -I ignore.txt  # This should not report anything, right?
./file.txt:1: TheS ==> this, these
./ignore.txt:1: TheS ==> this, these
@DimitriPapadopoulos
Copy link
Collaborator

See for example #1578.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants