mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:51:41 +03:00
top-complexity: maximum accepted set to 72
Down from 80. Show all functions above 60. Closes #18354
This commit is contained in:
parent
33572b851e
commit
f5ee566dbc
1 changed files with 2 additions and 2 deletions
|
|
@ -79,10 +79,10 @@ my %whitelist = (
|
|||
);
|
||||
|
||||
# functions with complexity above this level causes the function to return error
|
||||
my $cutoff = 80;
|
||||
my $cutoff = 72;
|
||||
|
||||
# functions above this complexity level are shown
|
||||
my $show = 65;
|
||||
my $show = 60;
|
||||
|
||||
my $error = 0;
|
||||
my %where;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue