mirror of
https://github.com/curl/curl.git
synced 2026-06-06 14:44:16 +03:00
Revert "try built-in codespell ignore tag"
This reverts commit e78db252b7166d9f6ae5432f29237a79b59de225.
This commit is contained in:
parent
9f106eb259
commit
bd5f0fef55
3 changed files with 3 additions and 2 deletions
1
.github/scripts/codespell.sh
vendored
1
.github/scripts/codespell.sh
vendored
|
|
@ -17,5 +17,6 @@ codespell \
|
|||
--skip '*/tool_hugehelp.c' \
|
||||
--skip 'packages/*' \
|
||||
--skip '*/test*' \
|
||||
--ignore-regex '.*spellchecker: disable' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.txt' \
|
||||
$(git ls-files)
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ static const char *cs_txt =
|
|||
"ECDH" "\0"
|
||||
"ECDHE" "\0"
|
||||
"ECDSA" "\0"
|
||||
"EDE" "\0" /* codespell:ignore */
|
||||
"EDE" "\0" /* spellchecker: disable */
|
||||
"GCM" "\0"
|
||||
"MD5" "\0"
|
||||
"NULL" "\0"
|
||||
|
|
|
|||
|
|
@ -1146,7 +1146,7 @@ static int test_string_formatting(void)
|
|||
errors += string_check(buf, "09foo");
|
||||
|
||||
curl_msnprintf(buf, sizeof(buf), "%*.*s", 5, 2, "foo");
|
||||
errors += string_check(buf, " fo"); /* codespell:ignore */
|
||||
errors += string_check(buf, " fo"); /* spellchecker: disable */
|
||||
|
||||
curl_msnprintf(buf, sizeof(buf), "%*.*s", 2, 5, "foo");
|
||||
errors += string_check(buf, "foo");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue