This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e30dd626b2 pre-commit(end-of-file-fixer): auto fix ini files (#292)
e30dd626b2 is described below

commit e30dd626b2e9387945c035f30af276d3a8b1b1ed
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Tue Feb 18 09:45:46 2025 +1000

    pre-commit(end-of-file-fixer): auto fix ini files (#292)
---
 .pre-commit-config.yaml                          | 2 +-
 main/extensions/test/ole/OleClient/OleClient.ini | 2 --
 main/sal/test/bootstraptest.ini                  | 2 --
 main/sal/test/testbootstrap.ini                  | 1 -
 4 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0f6ca351c7..4ddc7a740a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
       - id: check-merge-conflict
       - id: check-vcs-permalinks
       - id: end-of-file-fixer
-        files: 
\.(bat|c|h|hrc|hxx|idl|java|md|mk|pl|pm|py|rc|sh|xcs|xdl|xhp|xmi|xsd|ya?ml)$|^test/.*$
+        files: 
\.(bat|c|h|hrc|hxx|idl|ini|java|md|mk|pl|pm|py|rc|sh|xcs|xdl|xhp|xmi|xsd|ya?ml)$|^test/.*$
       - id: mixed-line-ending
         files: ^main/.*\.(c|h)xx$
       - id: trailing-whitespace
diff --git a/main/extensions/test/ole/OleClient/OleClient.ini 
b/main/extensions/test/ole/OleClient/OleClient.ini
index 74d257cc97..69693a7fbe 100644
--- a/main/extensions/test/ole/OleClient/OleClient.ini
+++ b/main/extensions/test/ole/OleClient/OleClient.ini
@@ -21,5 +21,3 @@
 [Bootstrap]
 UNO_TYPES=types.rdb
 UNO_SERVICES=services.rdb
-
-
diff --git a/main/sal/test/bootstraptest.ini b/main/sal/test/bootstraptest.ini
index f643e2a466..232e36c530 100644
--- a/main/sal/test/bootstraptest.ini
+++ b/main/sal/test/bootstraptest.ini
@@ -27,5 +27,3 @@ TheKey=TheKeysValue
 [SecondSection]
 IndirectSection=TheSection
 IndirectKey=TheKey
-
-
diff --git a/main/sal/test/testbootstrap.ini b/main/sal/test/testbootstrap.ini
index 352f48162f..bb17aa5d7f 100644
--- a/main/sal/test/testbootstrap.ini
+++ b/main/sal/test/testbootstrap.ini
@@ -21,4 +21,3 @@
 MYBOOTSTRAPTESTVALUE=file
 INHERITED_VALUE=inherited_value
 INHERITED_OVERWRITTEN_VALUE=not_overwritten
-

Reply via email to