mirror of
https://github.com/curl/curl.git
synced 2026-06-06 18:24:49 +03:00
just exclude winbuild
This commit is contained in:
parent
aa15206d94
commit
3f49f16c25
3 changed files with 3 additions and 3 deletions
2
.github/scripts/codespell-ignore.txt
vendored
2
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -7,8 +7,6 @@ ba
|
|||
bu
|
||||
clen
|
||||
CNA
|
||||
# drop when deleting winbuild
|
||||
fo
|
||||
htpt
|
||||
inout
|
||||
nome
|
||||
|
|
|
|||
1
.github/scripts/codespell.sh
vendored
1
.github/scripts/codespell.sh
vendored
|
|
@ -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' \
|
||||
|
|
|
|||
3
.github/scripts/typos.toml
vendored
3
.github/scripts/typos.toml
vendored
|
|
@ -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/*",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue