mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
parent
ba685ad5e5
commit
6ef6fb84ac
@ -78,8 +78,9 @@ my %whitelist = (
|
||||
|
||||
);
|
||||
|
||||
# functions with complexity above this level causes the function to return error
|
||||
my $cutoff = 70;
|
||||
# complexity above this level is treated as an error and contributes to the
|
||||
# script's exit code
|
||||
my $cutoff = 60;
|
||||
|
||||
# show this many from the top
|
||||
my $top = $ARGV[0] ? $ARGV[0] : 25;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user