summaryrefslogtreecommitdiff
path: root/t/perlcriticrc
diff options
context:
space:
mode:
Diffstat (limited to 't/perlcriticrc')
-rw-r--r--t/perlcriticrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/perlcriticrc b/t/perlcriticrc
new file mode 100644
index 0000000..4185498
--- /dev/null
+++ b/t/perlcriticrc
@@ -0,0 +1,11 @@
+severity = 1
+theme = core || bug || maintenance || complexity || security
+color = 1
+
+[-Miscellanea::RequireRcsKeywords]
+[-Documentation::RequirePodSections]
+[-ValuesAndExpressions::ProhibitNoisyQuotes]
+[-Subroutines::ProhibitSubroutinePrototypes]
+[-Subroutines::RequireArgUnpacking]
+[-Subroutines::ProtectPrivateSubs]
+[-ControlStructures::ProhibitUnlessBlocks]