diff options
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] |