mirror of
https://github.com/curl/curl.git
synced 2026-06-04 09:04:20 +03:00
parent
ef8f68568f
commit
fda48a5a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ my %whitelist = (
|
|||
|
||||
# complexity above this level is treated as an error and contributes to the
|
||||
# script's exit code
|
||||
my $cutoff = 60;
|
||||
my $cutoff = 50;
|
||||
|
||||
# show this many from the top
|
||||
my $top = $ARGV[0] ? $ARGV[0] : 25;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue