just exclude winbuild

This commit is contained in:
Viktor Szakats 2025-07-12 17:04:36 +02:00
parent aa15206d94
commit 3f49f16c25
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,6 @@ ba
bu
clen
CNA
# drop when deleting winbuild
fo
htpt
inout
nome

View file

@ -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' \

View file

@ -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/*",
]