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

25 lines
586 B
TOML

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