curl/.github/scripts/typos.toml
Viktor Szakats 45e64cd4d6
cleanups
2025-07-21 15:20:43 +02:00

32 lines
791 B
TOML

# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
[default]
extend-ignore-identifiers-re = [
"^(ba|pn|PN|UE)$",
"^(CNA|ECT|ser)$",
"^(ECT0|ECT1|GOST|HELO|htpt|PASE)$",
"^0x[0-9a-fA-F]+FUL$",
"^(Januar|eyeballers|HELO_smtp|kno22|MTA4MzIy|optin|passin|perfec|__SecURE|SMTP_HELO|v_alue)$",
"^(clen|req_clen|smtp_perform_helo|smtp_state_helo_resp|_stati64)$",
]
extend-ignore-re = [
".*spellchecker:disable-line",
]
[files]
extend-exclude = [
".github/scripts/codespell-ignore.txt",
".github/scripts/spellcheck.words",
"docs/CIPHERS-TLS12.md",
"docs/THANKS",
"docs/examples/cacertinmem.c",
"docs/examples/usercertinmem.c",
"packages/*",
"projects/Windows/*",
"scripts/wcurl",
"tests/data/test652",
"winbuild/*",
]