curl/.github/scripts
Viktor Szakats 84c5dcdb05
tidy-up: syntax and code nits
- cmp-pkg-config.sh: replace `-r -f` with `-rf` to match rest of repo.
- configure.ac: add double quotes for robustness (not a bug).
- curl-openssl.m4: merge nested `if`s.
- CurlTests.c: drop `!= 0`, also to sync with m4.
- CurlTests.c: replace `example.com` with `localhost` in
  `gethostbyname()` feature test code. (compile-only, not a bug)
- GHA/http3-linux: drop literal `true` from bool expression.
- lib650: drop redundant `&`.
- move variable/call to left-hand side of equality checks, where
  missing.
- perl: detach `<`/`>` from filename in `open()`, where missing.
- schannel: apply two nit fixes lost in rebase.
- scripts/verify-release: drop redundant double quotes.
- scripts/verify-release: exit with error code on error.
- synctime: replace magic numbers with `sizeof()`.
- telnet: add missing parentheses to macro value.
- tests/Makefile.am: use single quotes.
- tool_operate: drop redundant `break` after `return` in VMS code.
- unit2413: drop unused NULL pointer + free call.
- unit2413: fix duplicate test case name.
- urlapi: drop redundant parentheses.
- urlapi: drop `CURL_UNCONST()` that became redundant.

Closes #22186
2026-06-26 15:45:24 +02:00
..
cleancmd.pl perl: || die -> or die 2026-06-16 00:41:29 +02:00
cmp-config.pl tidy-up: syntax and code nits 2026-06-26 15:45:24 +02:00
cmp-pkg-config.sh tidy-up: syntax and code nits 2026-06-26 15:45:24 +02:00
codespell-ignore.words CI: do not codespell RELEASE-NOTES 2026-01-20 22:46:37 +01:00
codespell.sh scripts: use end-of-options marker in cd, mkdir, mv, sha256sum commands 2026-06-25 11:32:36 +02:00
distfiles.sh buildconf: remove 2026-04-04 11:35:24 +02:00
pyspelling.words docs/VERIFY: expand with more things we do 2026-06-18 12:55:22 +02:00
pyspelling.yaml tests/data: move section data to external files 2025-12-09 10:12:49 +01:00
randcurl.pl perl: switch from backticks to qx() 2026-06-14 14:25:02 +02:00
requirements-docs.txt
requirements-proselint.txt GHA/checkdocs: re-enable proselint, update setup, fix issues found 2025-12-11 11:42:28 +01:00
requirements.txt GHA: separate pytype from other checkers and pips 2026-06-19 00:14:18 +02:00
shellcheck-ci.sh
shellcheck.sh scripts: use end-of-options marker in cd, mkdir, mv, sha256sum commands 2026-06-25 11:32:36 +02:00
spellcheck.curl
trimmarkdownheader.pl
typos.sh scripts: use end-of-options marker in cd, mkdir, mv, sha256sum commands 2026-06-25 11:32:36 +02:00
typos.toml GHA/non-native: move BSDs to a single matrix, add DragonFly and Midnight 2026-05-20 03:19:02 +02:00
verify-examples.pl tidy-up: add space around operators, where missing 2026-05-28 10:12:00 +02:00
verify-synopsis.pl tidy-up: syntax and code nits 2026-06-26 15:45:24 +02:00
yamlcheck.sh scripts: use end-of-options marker in cd, mkdir, mv, sha256sum commands 2026-06-25 11:32:36 +02:00
yamlcheck.yaml