From: Steve Hancock Date: Sat, 30 Sep 2023 14:07:16 +0000 (-0700) Subject: update comments X-Git-Tag: 20230912.03~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b88f00f17791901bec99aff0f6247cfebd789607;p=perltidy.git update comments --- 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