summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.perlcriticrc7
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]