diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 509d42981a..1d6822da9c 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -5,7 +5,7 @@ [default] extend-ignore-identifiers-re = [ "(ba|BA|fo|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)", - "(bck|ben|CNA|ECT|EDE|edn|ein|Jod|kno|MEK|Ned|noo|nin|nto|ser|Typ|typ|URE|wrk)", + "(bck|ben|CNA|ECT|EDE|edn|Jod|kno|MEK|Ned|noo|nin|nto|ser|Typ|typ|URE|wrk)", "(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PARM|PASE)", "(HEADE|numer|optin|stati)", "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT)", @@ -16,5 +16,6 @@ extend-exclude = [ ".github/scripts/codespell-ignore.txt", ".github/scripts/spellcheck.words", "docs/THANKS", + "packages/*", "scripts/wcurl", ]