We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0555e commit 002a6baCopy full SHA for 002a6ba
t/data/perlcriticrc
@@ -54,6 +54,11 @@ exclude = Freenode::
54
# everything.
55
[-CodeLayout::ProhibitParensWithBuiltins]
56
57
+# This rule conflicts with my perltidy configuration, which prefers to omit
58
+# the comma if there is a single argument so that the call will be collapsed
59
+# to a single line if it will fit.
60
+[-CodeLayout::RequireTrailingCommaAtNewline]
61
+
62
# This conflicts with Subroutines::ProhibitExplicitReturnUndef and
63
# Subroutines::RequireFinalReturn, and I prefer the brevity of the simple
64
# return statement. I don't think the empty list versus undef behavior is that
0 commit comments