29 Jun
2020
29 Jun
'20
12:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21395 --- Comment #14 from Jonathan Druart <jonathan.druart@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.