mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:34:17 +03:00
replace file exception with a regexp one
This commit is contained in:
parent
97e0a5fef7
commit
9c4cdd0c81
1 changed files with 1 additions and 1 deletions
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -7,6 +7,7 @@ extend-ignore-identifiers-re = [
|
|||
"^(ba|pn|PN|UE)$",
|
||||
"^(CNA|ser)$",
|
||||
"^(ECT0|ECT1|HELO|htpt|PASE)$",
|
||||
"^[A-Za-z0-9_-]*(GOST|EDE)[A-Z0-9_-]*$", # ciphers
|
||||
"^0x[0-9a-fA-F]+FUL$", # unsigned long hex literals ending with 'F'
|
||||
"^[0-9a-zA-Z+]{64,}$", # possibly base64
|
||||
"^(Januar|eyeballers|HELO_smtp|kno22|MkTypLibCompatible|optin|passin|perfec|__SecURE|SMTP_HELO|v_alue)$",
|
||||
|
|
@ -21,7 +22,6 @@ extend-ignore-re = [
|
|||
extend-exclude = [
|
||||
".github/scripts/codespell-ignore.txt",
|
||||
".github/scripts/spellcheck.words",
|
||||
"docs/CIPHERS-TLS12.md",
|
||||
"docs/THANKS",
|
||||
"packages/*",
|
||||
"scripts/wcurl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue