Bugzilla – Attachment 180148 Details for
Bug 39325
Run codespell successfully on the whole codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39325: Exclude atomic update - TODO RM
Bug-39325-Exclude-atomic-update---TODO-RM.patch (text/plain), 2.12 KB, created by
Nick Clemens (kidclamp)
on 2025-04-01 12:09:32 UTC
(
hide
)
Description:
Bug 39325: Exclude atomic update - TODO RM
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-04-01 12:09:32 UTC
Size:
2.12 KB
patch
obsolete
>From 43386481d00e7fc6a560e6551b1699baddaea135 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 20 Mar 2025 11:13:26 +0100 >Subject: [PATCH] Bug 39325: Exclude atomic update - TODO RM > >TODO: We will need to adjust this path with the db_rev one >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > misc/devel/codespell.pl | 2 +- > xt/author/codespell.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/devel/codespell.pl b/misc/devel/codespell.pl >index 57ec6673bda..2685821f58f 100755 >--- a/misc/devel/codespell.pl >+++ b/misc/devel/codespell.pl >@@ -7,7 +7,7 @@ use Parallel::ForkManager; > > my @files; > push @files, >- qx{git ls-files '*.pl' '*.PL' '*.pm' '*.t' ':(exclude)installer/data/mysql/updatedatabase.pl' ':(exclude)installer/data/mysql/update22to30.pl' ':(exclude)misc/cronjobs/build_browser_and_cloud.pl'}; >+ qx{git ls-files '*.pl' '*.PL' '*.pm' '*.t' ':(exclude)installer/data/mysql/updatedatabase.pl' ':(exclude)installer/data/mysql/update22to30.pl' ':(exclude)installer/data/mysql/atomicupdate/bug_39325.pl' ':(exclude)misc/cronjobs/build_browser_and_cloud.pl'}; > push @files, qx{git ls-files svc opac/svc}; # Files without extension > push @files, qx{git ls-files '*.tt' '*.inc'}; > push @files, >diff --git a/xt/author/codespell.t b/xt/author/codespell.t >index 7e0e7d757e5..1bd86d3d416 100644 >--- a/xt/author/codespell.t >+++ b/xt/author/codespell.t >@@ -5,7 +5,7 @@ use Test::More; > > my @files; > push @files, >- qx{git ls-files '*.pl' '*.PL' '*.pm' '*.t' ':(exclude)installer/data/mysql/updatedatabase.pl' ':(exclude)installer/data/mysql/update22to30.pl' ':(exclude)misc/cronjobs/build_browser_and_cloud.pl'}; >+ qx{git ls-files '*.pl' '*.PL' '*.pm' '*.t' ':(exclude)installer/data/mysql/updatedatabase.pl' ':(exclude)installer/data/mysql/update22to30.pl' ':(exclude)installer/data/mysql/atomicupdate/bug_39325.pl' ':(exclude)misc/cronjobs/build_browser_and_cloud.pl'}; > push @files, qx{git ls-files svc opac/svc}; # Files without extension > push @files, qx{git ls-files '*.tt' '*.inc'}; > push @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 39325
:
179269
|
179270
|
179271
|
179272
|
179501
|
179502
|
179503
|
179504
|
179505
|
179506
|
179507
|
179508
|
179509
|
179510
|
179511
|
179512
|
179517
|
179518
|
179519
|
179522
|
179525
|
179527
|
179528
|
179529
|
179530
|
179531
|
179532
|
179533
|
179534
|
180137
|
180138
|
180139
|
180140
|
180141
|
180142
|
180143
|
180144
|
180145
|
180146
|
180147
|
180148
|
180149
|
180150
|
181510
|
181511
|
181512
|
181513
|
181514
|
181515
|
181516
|
181517
|
181518
|
181519
|
181520
|
181521
|
181522
|
181523
|
181611
|
181612
|
181613
|
181614
|
181615
|
181616
|
181617
|
181618
|
181619
|
181620
|
181621
|
181637
|
181651
|
181983