mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:34:17 +03:00
replace dir exception with a single word one
This commit is contained in:
parent
91ecfc55c3
commit
97e0a5fef7
1 changed files with 1 additions and 2 deletions
3
.github/scripts/typos.toml
vendored
3
.github/scripts/typos.toml
vendored
|
|
@ -9,7 +9,7 @@ extend-ignore-identifiers-re = [
|
|||
"^(ECT0|ECT1|HELO|htpt|PASE)$",
|
||||
"^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|optin|passin|perfec|__SecURE|SMTP_HELO|v_alue)$",
|
||||
"^(Januar|eyeballers|HELO_smtp|kno22|MkTypLibCompatible|optin|passin|perfec|__SecURE|SMTP_HELO|v_alue)$",
|
||||
"^(clen|req_clen|smtp_perform_helo|smtp_state_helo_resp|_stati64)$",
|
||||
]
|
||||
|
||||
|
|
@ -24,7 +24,6 @@ extend-exclude = [
|
|||
"docs/CIPHERS-TLS12.md",
|
||||
"docs/THANKS",
|
||||
"packages/*",
|
||||
"projects/Windows/*",
|
||||
"scripts/wcurl",
|
||||
"winbuild/*",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue