aboutsummaryrefslogtreecommitdiff
path: root/perlcritic.rc
diff options
context:
space:
mode:
Diffstat (limited to 'perlcritic.rc')
-rw-r--r--perlcritic.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/perlcritic.rc b/perlcritic.rc
index 651ba52..be04a88 100644
--- a/perlcritic.rc
+++ b/perlcritic.rc
@@ -313,8 +313,9 @@ allow_import_of = utf8 strict warnings
# Behavior of `sort' is not defined if called in scalar context.
[Subroutines::ProhibitReturnSort]
+# we use signatures!
# Don't write `sub my_function (@@) {}'.
-[Subroutines::ProhibitSubroutinePrototypes]
+[-Subroutines::ProhibitSubroutinePrototypes]
severity = 2
# Prevent unused private subroutines.