diff --git a/scripts/top-complexity b/scripts/top-complexity index f2d869f607..38b68a3300 100755 --- a/scripts/top-complexity +++ b/scripts/top-complexity @@ -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;