summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.perlcriticrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc
index ed62e62..1d5732a 100644
--- a/.perlcriticrc
+++ b/.perlcriticrc
@@ -11,5 +11,9 @@
[-ValuesAndExpressions::ProhibitEmptyQuotes]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
+# Anchors should match across multiple lines, if anyone is dumb enough to put
+# line breaks in their numbers.
+[-RegularExpressions::RequireLineBoundaryMatching]
+
# There are no dots.
[-RegularExpressions::RequireDotMatchAnything]