Bugzilla – Attachment 181651 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: Fix t/Makefile.t
Bug-39325-Fix-tMakefilet.patch (text/plain), 637 bytes, created by
Jonathan Druart
on 2025-04-29 12:57:44 UTC
(
hide
)
Description:
Bug 39325: Fix t/Makefile.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-04-29 12:57:44 UTC
Size:
637 bytes
patch
obsolete
>From 56edf77fd969d1292e6c01c57f0f4458edf6453d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 29 Apr 2025 14:57:16 +0200 >Subject: [PATCH] Bug 39325: Fix t/Makefile.t > >--- > Makefile.PL | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 2f577f6ca58..879907e36af 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -406,6 +406,7 @@ my $target_map = { > 'webpack.config.js' => 'NONE', > 'rspack.config.js' => 'NONE', > 'eslint.config.mjs' => 'NONE', >+ '.codespell-ignore' => 'NONE', > }; > > =head1 CONFIGURATION OPTIONS >-- >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 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