-
Notifications
You must be signed in to change notification settings - Fork 19
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
exclude_file vs. skip #33
Comments
OK, I get it. Note that text formatting is different in
|
The fact that the codespell --skip=./tests/ci/checkpatch/spelling.txt
codespell --skip=tests/ci/checkpatch/spelling.txt
codespell --skip=./tests/ci/checkpatch
codespell --skip=tests/ci/checkpatch This does work: codespell --skip=spelling.txt |
See codespell-project/codespell#2052 which we should port into here.
Nearly all these options are just mirroring their base codespell ones.
Can you feed that into codespell-project/codespell#2052
We should just take the improvements from that PR as they are when it's merged.
See the upstream codespell-project/codespell#2047 and codespell-project/codespell#2058 amongst others. |
I don't understand the documentation of
exclude_file
:Does it exclude lines or files? If it excludes specific lines, please give an example how to achieve that. If it excludes files, remove any reference to line and explain how
skip
andexclude_file
are different.The text was updated successfully, but these errors were encountered: