]> git.donarmstrong.com Git - perltidy.git/commitdiff
update comments
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 30 Sep 2023 14:07:16 +0000 (07:07 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 30 Sep 2023 14:07:16 +0000 (07:07 -0700)
.perlcriticrc

index 31cce025572f60a15cfa8370d4ac327939414a39..70344b284c64ed7f30b71a860b4e837f507ba2a5 100644 (file)
@@ -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