summaryrefslogtreecommitdiffstats
path: root/.perlcriticrc
blob: ed62e62c35023a24c7a3a90590a1b3135ebcf7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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]

# There are no dots.
[-RegularExpressions::RequireDotMatchAnything]