mirror of
https://github.com/curl/curl.git
synced 2026-06-06 16:34:15 +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 -
|
||||
|
|
|
|||
4
.github/scripts/typos.toml
vendored
4
.github/scripts/typos.toml
vendored
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
[default]
|
||||
extend-ignore-identifiers-re = [
|
||||
"[A-Za-z]{2,3}",
|
||||
"(admi|alue|CLEA|clen|dout|HELO|helo|htpt|PARM|parm|PASE)",
|
||||
"(admi|alue|CLEA|clen|dout|GOST|HELO|helo|htpt|PARM|parm|PASE)",
|
||||
"(HEADE|numer|optin|parms|stati|ttests)",
|
||||
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)",
|
||||
]
|
||||
# "^[A-Za-z]{2,3}$",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue