From 4c8a47fb24b84168c8699d01fc3e244367f67dcb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 09:59:47 +0200 Subject: [PATCH] typos tweak 1 --- .github/scripts/typos.sh | 2 +- .github/scripts/typos.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/typos.sh b/.github/scripts/typos.sh index 2b38fefdc4..0fc77ccdd3 100755 --- a/.github/scripts/typos.sh +++ b/.github/scripts/typos.sh @@ -8,7 +8,7 @@ set -eu cd "$(dirname "${0}")"/../.. git ls-files \ -| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|CIPHERS-TLS12\.md|/THANKS)' \ +| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|/THANKS)' \ | typos \ --config '.github/scripts/typos.toml' \ --file-list - diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 1f9a39b7c6..669aaad754 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -4,8 +4,8 @@ [default] extend-ignore-identifiers-re = [ - "[A-Za-z]{2,3}", - "(admi|alue|CLEA|clen|dout|HELO|helo|htpt|PARM|parm|PASE)", + "(admi|alue|CLEA|clen|dout|GOST|HELO|helo|htpt|PARM|parm|PASE)", "(HEADE|numer|optin|parms|stati|ttests)", "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)", ] +# "^[A-Za-z]{2,3}$",