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",