http://qs321.pair.com?node_id=617591


in reply to Re: Perl::Critic and Perl::Tidy
in thread Perl::Critic and Perl::Tidy

got it !! The issue was that I was running with severity at "gentle" and Perl::Critic would apply the Tidy check only at severity "brutal", I fixed it by using this conf:
[CodeLayout::RequireTidyCode] perltidyrc = /svn/hooks/perltidy.conf severity = 5