From 7ef13908bd7b9346f932b312ace5eff1a5dc2cba Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 17 Jan 2017 15:25:22 -0500 Subject: .perlcriticrc: Exclude another policy --- diff --git a/.perlcriticrc b/.perlcriticrc index 0255522..4608285 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -16,6 +16,9 @@ pager = less -R [-ValuesAndExpressions::ProhibitEmptyQuotes] [-ValuesAndExpressions::ProhibitNoisyQuotes] +# And I strongly disagree with this. +[-CodeLayout::ProhibitParensWithBuiltins] + # Anchors should match across multiple lines, if anyone is dumb enough to put # line breaks in their numbers. [-RegularExpressions::RequireLineBoundaryMatching] -- cgit v0.9.1