From 1af1fd62ad4b7606b72696800d0693f9a51369ee Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 25 Jun 2022 18:38:20 -0700 Subject: [PATCH] reduce max_mccabe --- .perlcriticrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.perlcriticrc b/.perlcriticrc index 47eacb0d..601f42cd 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -71,7 +71,7 @@ verbose = %f: [%p] %m at line %l, column %c.\n # The max values below can be reduced to locate code which might be improved. [Subroutines::ProhibitExcessComplexity] -max_mccabe=185 +max_mccabe=153 [ControlStructures::ProhibitDeepNests] max_nests=8 -- 2.39.5