Bugzilla – Attachment 178110 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: Remove exclude list from js_tidy.t
Bug-39115-Remove-exclude-list-from-jstidyt.patch (text/plain), 933 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2025-02-14 17:24:53 UTC
(
hide
)
Description:
Bug 39115: Remove exclude list from js_tidy.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-02-14 17:24:53 UTC
Size:
933 bytes
patch
obsolete
>From 89994b72436541ba4d191084fdabe3ce52215958 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 13 Feb 2025 09:20:01 +0100 >Subject: [PATCH] Bug 39115: Remove exclude list from js_tidy.t > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > xt/js_tidy.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/xt/js_tidy.t b/xt/js_tidy.t >index d2deb045029..940f2b622c5 100755 >--- a/xt/js_tidy.t >+++ b/xt/js_tidy.t >@@ -19,8 +19,7 @@ use Modern::Perl; > use File::Slurp qw( read_file ); > use Test::More; > >-my @js_files = >- qx{git ls-files '*.js' '*.ts' ':(exclude)koha-tmpl/intranet-tmpl/lib' ':(exclude)koha-tmpl/intranet-tmpl/js/Gettext.js' ':(exclude)koha-tmpl/opac-tmpl/lib' ':(exclude)Koha/ILL/Backend/'}; >+my @js_files = qx{git ls-files '*.js' '*.ts'}; > > plan tests => scalar @js_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
|
179239