summaryrefslogtreecommitdiff
path: root/t/perlcriticrc
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@dechirico.(none)>2009-04-23 15:50:15 +0200
committerGianni Ceccarelli <dakkar@dechirico.(none)>2009-04-23 15:50:15 +0200
commit5baf431cd43d7932f9a21c5d67f74c04409f90a3 (patch)
tree4f3c765e589dc3d2b508eb9327bbada9368a751e /t/perlcriticrc
parentnew tests (diff)
downloadTree-Template-Declare-5baf431cd43d7932f9a21c5d67f74c04409f90a3.tar.gz
Tree-Template-Declare-5baf431cd43d7932f9a21c5d67f74c04409f90a3.tar.bz2
Tree-Template-Declare-5baf431cd43d7932f9a21c5d67f74c04409f90a3.zip
passes critic
Diffstat (limited to 't/perlcriticrc')
-rw-r--r--t/perlcriticrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/perlcriticrc b/t/perlcriticrc
new file mode 100644
index 0000000..3593672
--- /dev/null
+++ b/t/perlcriticrc
@@ -0,0 +1,9 @@
+severity = 1
+theme = core || bug || maintenance || complexity || security
+color = 1
+
+[-Miscellanea::RequireRcsKeywords]
+[-Documentation::RequirePodSections]
+[-Variables::ProhibitLocalVars]
+[-ValuesAndExpressions::ProhibitEmptyQuotes]
+[-Subroutines::RequireArgUnpacking]