|
|
@@ -55,6 +55,9 @@ allow_if_string_contains_single_quote = 1
|
|
|
[-Modules::RequireVersionVar]
|
|
|
# These are fine.
|
|
|
[-NamingConventions::ProhibitAmbiguousNames]
|
|
|
+# We work primarily with ASCII, so we need to specify the exact characters
|
|
|
+# to match.
|
|
|
+[-RegularExpressions::ProhibitEnumeratedClasses]
|
|
|
# When . is used in the code it means what it does.
|
|
|
[-RegularExpressions::RequireDotMatchAnything]
|
|
|
# When ^ or $ are used in the code they mean what they do.
|