From d974c99814bcfc0a983656a9ebd025e1a54fdde4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 17 Jan 2017 15:14:43 -0500 Subject: .perlcriticrc: Exclude another policy --- 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] -- cgit v0.9.1