mirror of
https://github.com/curl/curl.git
synced 2026-06-06 20:04:16 +03:00
typos tweak 1
This commit is contained in:
parent
b65552f294
commit
4c8a47fb24
2 changed files with 3 additions and 3 deletions
2
.github/scripts/typos.sh
vendored
2
.github/scripts/typos.sh
vendored
|
|
@ -8,7 +8,7 @@ set -eu
|
|||
cd "$(dirname "${0}")"/../..
|
||||
|
||||
git ls-files \
|
||||
| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|CIPHERS-TLS12\.md|/THANKS)' \
|
||||
| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|/THANKS)' \
|
||||
| typos \
|
||||
--config '.github/scripts/typos.toml' \
|
||||
--file-list -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue