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.
This commit is contained in:
Colin Kuskie 2008-01-25 17:05:43 +00:00
parent b5f7d42a5e
commit 62892460cf

2
lib/.perlcriticrc Normal file
View file

@ -0,0 +1,2 @@
severity = gentle
exclude = ProhibitExplicitReturnUndef