mirror of
https://github.com/curl/curl.git
synced 2026-06-06 21:34:17 +03:00
codespell.sh cleanup
This commit is contained in:
parent
1794aad6f3
commit
9efcbee545
1 changed files with 2 additions and 2 deletions
4
.github/scripts/codespell.sh
vendored
4
.github/scripts/codespell.sh
vendored
|
|
@ -9,8 +9,8 @@ cd "$(dirname "${0}")"/../..
|
|||
|
||||
# shellcheck disable=SC2046
|
||||
codespell \
|
||||
--skip '*/spellcheck.words' \
|
||||
--skip '*/typos.toml' \
|
||||
--skip '.github/scripts/spellcheck.words' \
|
||||
--skip '.github/scripts/typos.toml' \
|
||||
--skip 'docs/THANKS' \
|
||||
--skip 'scripts/mk-ca-bundle.pl' \
|
||||
--skip 'scripts/wcurl' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue