X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rc%2Fperlcriticrc;fp=rc%2Fperlcriticrc;h=34900604e6fd8f3596855e6c9eae5ab4fcc0583a;hb=99d800f7afaf8a200aea0aea4609a6c435dca5ad;hp=75fe45b660e7b66348cbc1280a377fe490e5a2d3;hpb=bdcd310c3621f450264f16cf4c7b347c738bf83f;p=clearscm.git diff --git a/rc/perlcriticrc b/rc/perlcriticrc index 75fe45b..3490060 100644 --- a/rc/perlcriticrc +++ b/rc/perlcriticrc @@ -49,4 +49,7 @@ allow = %SIG # able to do it. Besides it's not the character count that makes a regex # complicated - it's more it's complication than the number of characters. [RegularExpressions::RequireExtendedFormatting] -minimum_regex_length_to_complain_about = 50 \ No newline at end of file +minimum_regex_length_to_complain_about = 50 + +# I'm OK with homonyms +[-Subroutines::ProhibitBuiltinHomonyms]