mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:11:45 +03:00
parent
ba685ad5e5
commit
6ef6fb84ac
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue