From 62892460cfaee56a89f5342b395f94850d65f7f0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 25 Jan 2008 17:05:43 +0000 Subject: [PATCH] A Perl Critic RC file, specifying what level current testing takes, and which tests we want to ignore. Currently set at gentle (level 5) and ignoring the ProhibitExplicitReturnUndef test. --- lib/.perlcriticrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/.perlcriticrc diff --git a/lib/.perlcriticrc b/lib/.perlcriticrc new file mode 100644 index 000000000..fa8658031 --- /dev/null +++ b/lib/.perlcriticrc @@ -0,0 +1,2 @@ +severity = gentle +exclude = ProhibitExplicitReturnUndef