Change #262272
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 25 Mar 2026 11:02:08 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 62d77b12fce55d3481bb0b2e70e0f921c8cbfe5e |
Comments
spacecheck: check long lines and repeat spaces, fix fallouts Verify if lines are not longer than 192 characters. Also verify if lines have less than 79 repeat spaces (and fix one fallout). To improve readability by avoiding long lines and to prevent adding overly long lines with text that may go unnoticed in an editor or diff viewer. In addition to pre-existing line length limits: 79 for C, 132 for CMake sources. Also: - spacecheck: fix/harden allowlist regexes. - spacecheck: tidy-up quotes and simplify escaping. - spacecheck: allow folding strings with repeat spaces. - GHA: fix a suppressed shellcheck warning. - GHA/macos: simplify by dropping brew bundle. - test1119.pl: precompile a regex. - FAQ.md: delete very long link to a Windows 7/2008 support article that's lost it relevance. Closes #21087
Changed files
- .github/scripts/typos.toml
- .github/scripts/verify-examples.pl
- .github/scripts/verify-synopsis.pl
- .github/workflows/codeql.yml
- .github/workflows/configure-vs-cmake.yml
- .github/workflows/distcheck.yml
- .github/workflows/http3-linux.yml
- .github/workflows/linux-old.yml
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- .github/workflows/windows.yml
- CMake/PickyWarnings.cmake
- LICENSES/BSD-4-Clause-UC.txt
- acinclude.m4
- configure.ac
- docs/ECH.md
- docs/FAQ.md
- docs/HTTP3.md
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- docs/wcurl.md
- lib/Makefile.am
- m4/curl-compilers.m4
- scripts/mk-ca-bundle.pl
- scripts/spacecheck.pl
- src/Makefile.am
- tests/libtest/lib557.c
- tests/test1119.pl