mirror of
https://github.com/curl/curl.git
synced 2026-06-06 10:34:17 +03:00
typos.toml exclude files with base64 data to not trigger two-letter word false positives
This commit is contained in:
parent
b6a273a693
commit
ab8b31924c
1 changed files with 3 additions and 0 deletions
3
.github/scripts/typos.toml
vendored
3
.github/scripts/typos.toml
vendored
|
|
@ -24,7 +24,10 @@ extend-exclude = [
|
|||
".github/scripts/codespell-ignore.txt",
|
||||
".github/scripts/spellcheck.words",
|
||||
"docs/THANKS",
|
||||
"docs/examples/cacertinmem.c",
|
||||
"docs/examples/usercertinmem.c",
|
||||
"packages/*",
|
||||
"scripts/wcurl",
|
||||
"tests/data/test652",
|
||||
"winbuild/*",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue