curl/.github/scripts/typos.toml
Viktor Szakats 0eec37c17c
typos: fixup
Apparently regexps do not work as expected.
Also seems to pick up some implicit rule from the local machine,
but found no option to make the hidden magic visible.
2025-07-21 15:20:40 +02:00

12 lines
451 B
TOML

# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
[default]
extend-ignore-identifiers-re = [
"(ba|BA|fo|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)",
"(anc|bck|ben|CNA|ECT|EDE|edn|ein|Jod|kno|MEK|Nam|Ned|noo|nin|nto|ser|ths|Typ|typ|URE|wrk)",
"(admi|alue|CLEA|clen|dout|GOST|HELO|helo|htpt|inex|PARM|parm|PASE)",
"(HEADE|numer|optin|parms|stati|ttests)",
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)",
]