mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:43:32 +03:00
try built-in codespell ignore tag
This commit is contained in:
parent
39f52b18bd
commit
9f106eb259
3 changed files with 2 additions and 3 deletions
|
|
@ -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"); /* spellchecker: disable */
|
||||
errors += string_check(buf, " fo"); /* codespell:ignore */
|
||||
|
||||
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