Viktor Szakats
5f0611d14f
move exception inline 2
2025-07-21 15:20:41 +02:00
Viktor Szakats
137e2e48b3
move exception inline
2025-07-21 15:20:41 +02:00
Viktor Szakats
2ce346445d
codespell-ignore.txt drop exception no longer hit
2025-07-21 15:20:41 +02:00
Viktor Szakats
57c713eca9
codespell-ignore.txt match casing for aNULL
2025-07-21 15:20:41 +02:00
Viktor Szakats
d6daf91d54
test: replance beng with foobar to please spellcheckers
2025-07-21 15:20:41 +02:00
Viktor Szakats
6c8c98ab4d
ignore words for test1599
2025-07-21 15:20:41 +02:00
Viktor Szakats
327221c3aa
codespell ignore a word for test447
2025-07-21 15:20:41 +02:00
Viktor Szakats
36638d4337
ignore "beng"
...
As in test server responses:
HTTP/1.1 200 beng swsclose
2025-07-21 15:20:41 +02:00
Viktor Szakats
5e32139f08
tests: fixup Passiv to Passiv in FTP server response. Is this OK?
2025-07-21 15:20:41 +02:00
Viktor Szakats
80973d9301
codespell ignore a word like typos
2025-07-21 15:20:41 +02:00
Viktor Szakats
32b1918c72
codespell: add new exceptions for test code
2025-07-21 15:20:41 +02:00
Viktor Szakats
3f49f16c25
just exclude winbuild
2025-07-21 15:20:41 +02:00
Viktor Szakats
39f52b18bd
add codespell ignore pattern
...
https://cspell.org/docs/Configuration/document-settings
https://github.com/codespell-project/codespell/issues/1212#issuecomment-1721152455
2025-07-21 15:20:41 +02:00
Viktor Szakats
4d87b0db08
httpput-postfields.c: redact word to avoid hitting spellchecker false positive
2025-07-21 15:20:41 +02:00
Viktor Szakats
3baaad2941
ech_tests.sh: replace "pres" with "res"
2025-07-21 15:20:41 +02:00
Viktor Szakats
2b8d63421f
runner.pm: rename variables to avoid an exception
2025-07-21 15:20:40 +02:00
Viktor Szakats
2ffdf12c61
lib3026.c: rename variable to avoid spelling exceptions
2025-07-21 15:20:40 +02:00
Viktor Szakats
a8cf4d3842
redact word in example causing spellcheck hits 2
2025-07-21 15:20:40 +02:00
Viktor Szakats
1412454169
redact word in example causing spellcheck hits
2025-07-21 15:20:40 +02:00
Viktor Szakats
9de25ee030
adddocsref.pl: rename variable to avoid spelling exceptions
2025-07-21 15:20:40 +02:00
Viktor Szakats
c79ed59e36
runner.pm: rename variable to avoid spelling exceptions
2025-07-21 15:20:40 +02:00
Viktor Szakats
cbcc8bb410
lib1560: replace word in test to pass spellcheck
2025-07-21 15:20:40 +02:00
Viktor Szakats
e135677249
reword a comment to avoid spelling exception
2025-07-21 15:20:40 +02:00
Viktor Szakats
3e45ff807e
ech_tests.sh rename variable in docs to avoid exclusion
2025-07-21 15:20:40 +02:00
Viktor Szakats
5f5139e5ac
rename variable in docs to avoid exclusion
2025-07-21 15:20:40 +02:00
Viktor Szakats
bf48b89954
rename indx var to idx, drop exception
2025-07-21 15:20:40 +02:00
Viktor Szakats
7cdd186798
avoid exceptions by rename vars in getpart.c
2025-07-21 15:20:40 +02:00
Viktor Szakats
cb056a7ee1
rename variable, drop exception
2025-07-21 15:20:40 +02:00
Viktor Szakats
cbd1baf595
add exceptions
2025-07-21 15:20:39 +02:00
Viktor Szakats
bba602053a
codespell-ignore.txt sort
2025-07-21 15:20:39 +02:00
Jan Venekamp
fba9afebba
mbedTLS: implement CURLOPT_SSL_CIPHER_LIST option
...
Use a lookup list to set the cipher suites, allowing the
ciphers to be set by either openssl or IANA names.
To keep the binary size of the lookup list down we compress
each entry in the cipher list down to 2 + 6 bytes using the
C preprocessor.
Closes #13442
2024-04-24 14:30:37 +02:00
Daniel Stenberg
481755955b
CI: codespell
...
The list of words to ignore is in the file
.github/scripts/codespell-ignore.txt
Closes #12390
2023-11-23 13:07:26 +01:00