mirror of
https://github.com/curl/curl.git
synced 2026-06-06 16:44:16 +03:00
codespell.sh: fixup file exclusions
This commit is contained in:
parent
3f49f16c25
commit
093decfbeb
1 changed files with 5 additions and 5 deletions
10
.github/scripts/codespell.sh
vendored
10
.github/scripts/codespell.sh
vendored
|
|
@ -11,13 +11,13 @@ cd "$(dirname "${0}")"/../..
|
|||
codespell \
|
||||
--skip '*/spellcheck.words' \
|
||||
--skip '*/typos.toml' \
|
||||
--skip '*/THANKS' \
|
||||
--skip '*/mk-ca-bundle.pl' \
|
||||
--skip '*/wcurl' \
|
||||
--skip '*/tool_hugehelp.c' \
|
||||
--skip 'docs/THANKS' \
|
||||
--skip 'scripts/mk-ca-bundle.pl' \
|
||||
--skip 'scripts/wcurl' \
|
||||
--skip 'src/tool_hugehelp.c' \
|
||||
--skip 'packages/*' \
|
||||
--skip 'winbuild/*' \
|
||||
--skip '*/test*' \
|
||||
--skip 'tests/data/test*' \
|
||||
--ignore-regex '.*spellchecker:disable-line' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.txt' \
|
||||
$(git ls-files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue