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

26 lines
578 B
TOML

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