curl/.github/scripts/typos.toml
2025-07-21 15:20:40 +02:00

21 lines
562 B
TOML

# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
[default]
extend-ignore-identifiers-re = [
"(ba|BA|fo|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)",
"(bck|ben|CNA|ECT|EDE|edn|Jod|kno|MEK|Ned|noo|nin|nto|ser|Typ|typ|URE|wrk)",
"(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PARM|PASE)",
"(HEADE|numer|optin|stati)",
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT)",
]
[files]
extend-exclude = [
".github/scripts/codespell-ignore.txt",
".github/scripts/spellcheck.words",
"docs/THANKS",
"packages/*",
"scripts/wcurl",
]