From 8179de52c88b699ed218ae06e548105cc496941f Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Mon, 17 Feb 2025 20:36:35 +0100 Subject: [PATCH] Bug 39149: Make perltidy.t also check .PL files Now perltidy.t will check 2958 files instead of 2954. Which matches with the 4 .PL files. Signed-off-by: Tomas Cohen Arazi --- xt/perltidy.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/perltidy.t b/xt/perltidy.t index b570311aeea..f5b85031abc 100755 --- a/xt/perltidy.t +++ b/xt/perltidy.t @@ -4,7 +4,7 @@ use Test::PerlTidy; use Test::More; my @files; -push @files, qx{git ls-files '*.pl' '*.pm' '*.t' ':(exclude)Koha/Schema/Result' ':(exclude)Koha/Schema.pm'}; +push @files, qx{git ls-files '*.pl' '*.PL' '*.pm' '*.t' ':(exclude)Koha/Schema/Result' ':(exclude)Koha/Schema.pm'}; push @files, qx{git ls-files svc opac/svc}; # Files without extension plan tests => scalar @files; -- 2.39.5