From 73f75f55fc00c30d5d84ca90f2d5f93682c3821d Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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 Signed-off-by: Nick Clemens --- xt/author/codespell.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.34.1