diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-17 15:14:43 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-17 15:14:43 (EST) |
commit | d974c99814bcfc0a983656a9ebd025e1a54fdde4 (patch) | |
tree | aec819400553b58c4a4bf4610de93b70fb68281d /.perlcriticrc | |
parent | 63e88b217f508b862574153e32f57295e0c6bde4 (diff) | |
download | Math-Decimal-FastPP-d974c99814bcfc0a983656a9ebd025e1a54fdde4.zip Math-Decimal-FastPP-d974c99814bcfc0a983656a9ebd025e1a54fdde4.tar.gz Math-Decimal-FastPP-d974c99814bcfc0a983656a9ebd025e1a54fdde4.tar.bz2 |
.perlcriticrc: Exclude another policy
Diffstat (limited to '.perlcriticrc')
-rw-r--r-- | .perlcriticrc | 4 |
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] |