XML-Rabbit icon indicating copy to clipboard operation
XML-Rabbit copied to clipboard

Add Perl::Critic configuration

Open mjgardner opened this issue 12 years ago • 1 comments

Perl::Critic tests were failing against my default (brutal, lots of policies from CPAN) configuration, so I added a bare-bones configuration file that passes. It also reports the policy modules that cause failures.

mjgardner avatar May 10 '13 15:05 mjgardner

@mjgardner There is already a perlcritic.rc at the root of the repo, so I don't quite understand why you need to add one in the xt/ directory.

I also can't quite see what would cause the policy ValuesAndExpressions::ProhibitAccessOfPrivateData to throw test errors. Could you please elaborate, if you can still recall why?

robinsmidsrod avatar Jul 03 '17 14:07 robinsmidsrod