From 3f49f16c258d2151ebcb6d89782e370a5f764f44 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 17:04:36 +0200 Subject: [PATCH] just exclude winbuild --- .github/scripts/codespell-ignore.txt | 2 -- .github/scripts/codespell.sh | 1 + .github/scripts/typos.toml | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/codespell-ignore.txt b/.github/scripts/codespell-ignore.txt index c61bc609ce..306fbb29e5 100644 --- a/.github/scripts/codespell-ignore.txt +++ b/.github/scripts/codespell-ignore.txt @@ -7,8 +7,6 @@ ba bu clen CNA -# drop when deleting winbuild -fo htpt inout nome diff --git a/.github/scripts/codespell.sh b/.github/scripts/codespell.sh index 8e8ccf6820..8d15859518 100755 --- a/.github/scripts/codespell.sh +++ b/.github/scripts/codespell.sh @@ -16,6 +16,7 @@ codespell \ --skip '*/wcurl' \ --skip '*/tool_hugehelp.c' \ --skip 'packages/*' \ + --skip 'winbuild/*' \ --skip '*/test*' \ --ignore-regex '.*spellchecker:disable-line' \ --ignore-words '.github/scripts/codespell-ignore.txt' \ diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 03626cade7..65bc5bd088 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -4,7 +4,7 @@ [default] extend-ignore-identifiers-re = [ - "(ba|BA|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)", + "(ba|BA|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)", @@ -22,4 +22,5 @@ extend-exclude = [ "docs/THANKS", "packages/*", "scripts/wcurl", + "winbuild/*", ]