Bugzilla – Attachment 178170 Details for
Bug 39149
.PL files not tidy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39149: Make perltidy.t also check .PL files
Bug-39149-Make-perltidyt-also-check-PL-files.patch (text/plain), 975 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-02-18 11:02:44 UTC
(
hide
)
Description:
Bug 39149: Make perltidy.t also check .PL files
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-02-18 11:02:44 UTC
Size:
975 bytes
patch
obsolete
>From 8179de52c88b699ed218ae06e548105cc496941f Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >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 <tomascohen@theke.io> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39149
:
178148
|
178149
|
178150
|
178151
|
178152
| 178170