Bugzilla – Attachment 177984 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), 822 bytes, created by
Jonathan Druart
on 2025-02-13 08:22:00 UTC
(
hide
)
Description:
Bug 39115: Remove exclude list from js_tidy.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-13 08:22:00 UTC
Size:
822 bytes
patch
obsolete
>From 21d1afeb883cacef0b4158de8cb14d674cbaeb23 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 > >--- > 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.34.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