From f0a5207484fc46245887b08300b6d3e5a0a43b27 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Jul 2025 12:56:51 +0200 Subject: [PATCH] split exceptions to sep entries In the hope of 'ba' not excluding every word having 'ba' in it (like 'eyeballers') --- .github/scripts/typos.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 26c681ab2f..acda397b56 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -4,8 +4,11 @@ [default] extend-ignore-identifiers-re = [ - "(ND|OT)", # in test652 - "(ba|BA|FU|Iy|pn|PN|UE)", + "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)",