mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:34:17 +03:00
codespell.sh: drop two exceptions (one no-op)
This commit is contained in:
parent
e0fd8c5fb2
commit
b3ecec1fc3
1 changed files with 1 additions and 3 deletions
4
.github/scripts/codespell.sh
vendored
4
.github/scripts/codespell.sh
vendored
|
|
@ -12,10 +12,8 @@ codespell \
|
|||
--skip '.github/scripts/spellcheck.words' \
|
||||
--skip '.github/scripts/typos.toml' \
|
||||
--skip 'docs/THANKS' \
|
||||
--skip 'scripts/mk-ca-bundle.pl' \
|
||||
--skip 'scripts/wcurl' \
|
||||
--skip 'src/tool_hugehelp.c' \
|
||||
--skip 'packages/*' \
|
||||
--skip 'scripts/wcurl' \
|
||||
--skip 'winbuild/*' \
|
||||
--ignore-regex '.*spellchecker:disable-line' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.txt' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue