mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:44:15 +03:00
32 lines
791 B
TOML
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/*",
|
|
]
|