diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-17 15:14:19 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-17 15:14:19 (EST) |
commit | 63e88b217f508b862574153e32f57295e0c6bde4 (patch) | |
tree | cc521343105493c250c455a3e244fde4d57da68f /.perlcriticrc | |
parent | 132cd3ca92ae87f51ee9b06cd0e2311553f92820 (diff) | |
download | Math-Decimal-FastPP-63e88b217f508b862574153e32f57295e0c6bde4.zip Math-Decimal-FastPP-63e88b217f508b862574153e32f57295e0c6bde4.tar.gz Math-Decimal-FastPP-63e88b217f508b862574153e32f57295e0c6bde4.tar.bz2 |
.perlcriticrc: Add comments
Diffstat (limited to '.perlcriticrc')
-rw-r--r-- | .perlcriticrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc index 56d5a91..ed62e62 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -1,6 +1,13 @@ +# Arguments are not modified. [-Subroutines::RequireArgUnpacking] + +# The expressions are pretty short and understandable. [-RegularExpressions::RequireExtendedFormatting] + +# drhtz() and drhfz() intentionally compare strings numerically. [-ValuesAndExpressions::ProhibitMismatchedOperators] + +# Maybe it's not idiomatic, but I disagree with these. [-ValuesAndExpressions::ProhibitEmptyQuotes] [-ValuesAndExpressions::ProhibitNoisyQuotes] |