From b88f00f17791901bec99aff0f6247cfebd789607 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sat, 30 Sep 2023 07:07:16 -0700 Subject: [PATCH] update comments --- .perlcriticrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.perlcriticrc b/.perlcriticrc index 31cce025..70344b28 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -69,7 +69,8 @@ lines=30 # This policy is very useful in locating complex code which might benefit from # simplification. But the max value has to be set rather high here because # there are some critical loops in Formatter.pm whose high mccabe values cannot -# be reduced without significantly increasing run time. +# be reduced without significantly increasing run time. Note that a complete +# list of mccabe numbers can be obtained with perltidy -dbs file.pl >file.csv [Subroutines::ProhibitExcessComplexity] max_mccabe=180 -- 2.39.5