mirror of
https://github.com/curl/curl.git
synced 2026-06-06 18:24:49 +03:00
typos: fixup
Apparently regexps do not work as expected. Also seems to pick up some implicit rule from the local machine, but found no option to make the hidden magic visible.
This commit is contained in:
parent
3177e88f37
commit
0eec37c17c
2 changed files with 6 additions and 1 deletions
1
.github/scripts/typos.sh
vendored
1
.github/scripts/typos.sh
vendored
|
|
@ -10,5 +10,6 @@ cd "$(dirname "${0}")"/../..
|
|||
git ls-files \
|
||||
| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|/THANKS)' \
|
||||
| typos \
|
||||
--isolated \
|
||||
--config '.github/scripts/typos.toml' \
|
||||
--file-list -
|
||||
|
|
|
|||
6
.github/scripts/typos.toml
vendored
6
.github/scripts/typos.toml
vendored
|
|
@ -4,5 +4,9 @@
|
|||
|
||||
[default]
|
||||
extend-ignore-identifiers-re = [
|
||||
"(GOST)",
|
||||
"(ba|BA|fo|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)",
|
||||
"(anc|bck|ben|CNA|ECT|EDE|edn|ein|Jod|kno|MEK|Nam|Ned|noo|nin|nto|ser|ths|Typ|typ|URE|wrk)",
|
||||
"(admi|alue|CLEA|clen|dout|GOST|HELO|helo|htpt|inex|PARM|parm|PASE)",
|
||||
"(HEADE|numer|optin|parms|stati|ttests)",
|
||||
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue