diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-17 15:25:22 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-17 15:25:22 (EST) |
commit | 7ef13908bd7b9346f932b312ace5eff1a5dc2cba (patch) | |
tree | 7982325191f2e8ad72bf465b4d7705145e4aeac5 /.perlcriticrc | |
parent | 52a46715c75bd15f7ae4d8145de74b7ee691f38c (diff) | |
download | Math-Decimal-FastPP-7ef13908bd7b9346f932b312ace5eff1a5dc2cba.zip Math-Decimal-FastPP-7ef13908bd7b9346f932b312ace5eff1a5dc2cba.tar.gz Math-Decimal-FastPP-7ef13908bd7b9346f932b312ace5eff1a5dc2cba.tar.bz2 |
.perlcriticrc: Exclude another policy
Diffstat (limited to '.perlcriticrc')
-rw-r--r-- | .perlcriticrc | 3 |
1 files changed, 3 insertions, 0 deletions
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] |