Koha/reports
Julian Maurice b168f4a2e9 Bug 21395: Make perlcritic happy
This patch adds a .perlcriticrc (copied from qa-test-tools) and fixes
almost all perlcrictic violations according to this .perlcriticrc
The remaining violations are silenced out by appending a '## no critic'
to the offending lines. They can still be seen by using the --force
option of perlcritic
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)

Test plan:
1. Run `perlcritic --quiet .` from the root directory. It should output
   nothing
2. Run `perlcritic --quiet --force .`. It should output 7 errors (6
   StringyEval, 1 BarewordFileHandles)
3. Run `TEST_QA=1 prove t/00-testcritic.t`
4. Read the patch. Check that all changes make sense and do not
   introduce undesired behaviour

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-06-29 12:37:02 +02:00
..
acquisitions_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
bor_issues_top.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
borrowers_out.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
borrowers_stats.pl Bug 20443: Use search_with_library_limits for attribute types 2020-03-23 13:49:22 +00:00
cash_register_stats.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
cat_issues_top.pl Bug 16653: (QA follow-up) Avoid a warning and remove unused variables 2018-06-29 19:38:50 +00:00
catalogue_out.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
catalogue_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
dictionary.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
guided_reports.pl Bug 24305: (QA follow-up) Strip table name in [[table.field|alias]] 2020-01-24 15:19:48 +00:00
issues_avg_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
issues_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
itemslost.pl Bug 9573: Add missing use statement 2018-02-17 18:32:14 -03:00
itemtypes.plugin Bug 20274: Itemtypes report gives zero results if item-level_itypes set to bibliographic records 2019-01-18 20:46:12 +00:00
manager.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
orders_by_fund.pl Bug 18736: Use rounding syspref to determine correct prices in calculations 2019-03-21 16:27:09 +00:00
reports-home.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
reserves_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
serials_stats.pl Bug 24940: Serials statistics wizard: order vendor list alphabetically 2020-04-08 11:46:21 +01:00