X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fperlcriticrc;h=f850357f0f15afa4365897238e3e6896d424e656;hb=64e73c7c9b6ae49d19515b5737fe227f40a64a21;hp=75fe45b660e7b66348cbc1280a377fe490e5a2d3;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/rc/perlcriticrc b/rc/perlcriticrc index 75fe45b..f850357 100644 --- a/rc/perlcriticrc +++ b/rc/perlcriticrc @@ -49,4 +49,10 @@ 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] + +# I'm OK with so called ambiguous names +[-NamingConventions::ProhibitAmbiguousNames]