mirror of
https://github.com/curl/curl.git
synced 2026-06-06 21:04:18 +03:00
26 lines
563 B
TOML
26 lines
563 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|ser|Typ|URE)",
|
|
"(admi|alue|clen|GOST|HELO|helo|htpt|PASE)",
|
|
"(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/*",
|
|
]
|