[Koha-bugs] [Bug 21395] Make perlcritic happy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 29 12:31:30 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395

--- Comment #14 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
> This patch also modify t/00-testcritic.t to check all Perl files using
> the new .perlcriticrc.
> I'm not sure if this test script is still useful as it is now equivalent
> to `perlcritic --quiet .` and it looks like it is much slower
> (approximatively 5 times slower on my machine)

Are you sure about that?

% time perlcritic --quiet .
real    2m10.957s

% time prove t/00-testcritic.t
real    1m2.354s

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list