![]() |
|
"be consistent" | |
PerlMonks |
Perl::Critic and Perl::Tidyby InfiniteLoop (Hermit) |
on May 25, 2007 at 16:15 UTC ( #617529=perlquestion: print w/replies, xml ) | Need Help?? |
InfiniteLoop has asked for the wisdom of the Perl Monks concerning the following question:
Greetings Monks,
Recently I have setup a subversion per-commit hook to check perl source code for certain coding standards, via Perl::Critic. One of the option is to check if the code has been run thru Perl::Tidy (Perl::Critic::Policy::CodeLayout::RequireTidyCode). Im using Perl::Critic thusly ...
and the perlcritic.conf:
and the perltidy.conf
and one of the test commits had the following code: among other violations, such as unindented code and code crossing 80 columns etc.
I have read the perldocs and was sure this case would be reported as an violation, however it didn't. How do I configure the Perl::Critic's profile to report violations on code that fail Perl::Tidy ?
Back to
Seekers of Perl Wisdom
|
|