mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
GHA: verify function-lengths
No production code function is allowed to be longer than 500 lines. The lib/setopt.c:setopt_cptr function is currently exempt, as a single exception until we make it smaller. Closes #21492
This commit is contained in:
parent
f97f01f592
commit
80214dca6b
3 changed files with 140 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ EXTRA_DIST = coverage.sh completion.pl firefox-db2pem.sh checksrc.pl \
|
|||
cdall cd2cd managen dmaketgz maketgz release-tools.sh verify-release \
|
||||
cmakelint.sh mdlinkcheck CMakeLists.txt perlcheck.sh pythonlint.sh \
|
||||
spacecheck.pl randdisable wcurl top-complexity extract-unit-protos \
|
||||
.checksrc badwords badwords-all badwords.txt
|
||||
.checksrc badwords badwords-all badwords.txt top-length
|
||||
|
||||
dist_bin_SCRIPTS = wcurl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue