diff options
Diffstat (limited to 'scripts/top-complexity')
-rwxr-xr-x | scripts/top-complexity | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/top-complexity b/scripts/top-complexity index 764351127..414adaf56 100755 --- a/scripts/top-complexity +++ b/scripts/top-complexity @@ -79,10 +79,10 @@ my %whitelist = ( ); # functions with complexity above this level causes the function to return error -my $cutoff = 72; +my $cutoff = 70; # functions above this complexity level are shown -my $show = 60; +my $show = 57; my $error = 0; my %where; |