Bugzilla – Attachment 178127 Details for
Bug 39115
Tidy script should list the files we do not want to tidy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39115: (follow-up) Exclude Schema.pm from perltidy.t
Bug-39115-follow-up-Exclude-Schemapm-from-perltidy.patch (text/plain), 919 bytes, created by
Victor Grousset/tuxayo
on 2025-02-16 05:20:47 UTC
(
hide
)
Description:
Bug 39115: (follow-up) Exclude Schema.pm from perltidy.t
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2025-02-16 05:20:47 UTC
Size:
919 bytes
patch
obsolete
>From 68314015a59234dbc08115e8585fefba7f2af5d2 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Sun, 16 Feb 2025 06:16:16 +0100 >Subject: [PATCH] Bug 39115: (follow-up) Exclude Schema.pm from perltidy.t > >--- > xt/perltidy.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/xt/perltidy.t b/xt/perltidy.t >index 8a6e352d7e..b570311aee 100755 >--- a/xt/perltidy.t >+++ b/xt/perltidy.t >@@ -4,8 +4,8 @@ use Test::PerlTidy; > use Test::More; > > my @files; >-push @files, qx{git ls-files '*.pl' '*.pm' '*.t' ':(exclude)Koha/Schema/Result'}; >-push @files, qx{git ls-files svc opac/svc}; # Files without extension >+push @files, qx{git ls-files '*.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.48.1
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 39115
:
177971
|
177972
|
177979
|
177980
|
177984
|
177985
|
178003
|
178017
|
178048
|
178049
|
178050
|
178051
|
178052
|
178053
|
178108
|
178109
|
178110
|
178111
|
178112
|
178113
| 178127