From 1622bfec558ba6c4be1628ea30bb2c3ec20ca886 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 17:00:11 +0200 Subject: [PATCH] do the same for typos --- .github/scripts/typos.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index f1d108da60..f6c537b5dc 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -4,13 +4,17 @@ [default] extend-ignore-identifiers-re = [ - "(ba|BA|fo|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)", + "(ba|BA|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)", "(ben|CNA|ECT|EDE|Jod|kno|MEK|Ned|noo|nto|ser|Typ|URE)", "(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PASE)", "(HEADE|numer|optin|stati)", "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT)", ] +extend-ignore-re = [ + ".*spellchecker:disable", +] + [files] extend-exclude = [ ".github/scripts/codespell-ignore.txt",