curl/.github/scripts/typos.toml
Viktor Szakats f0a5207484
split exceptions to sep entries
In the hope of 'ba' not excluding every word having 'ba' in it
(like 'eyeballers')
2025-07-21 15:20:42 +02:00

30 lines
605 B
TOML

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