Small changes
[clearscm.git] / rc / perlcriticrc
index 75fe45b..f850357 100644 (file)
@@ -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]