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

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 38f2c50  ignore links in license report (#250)
38f2c50 is described below

commit 38f2c50f972d774efc20d9af2ff857949833d568
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 11 11:13:14 2024 +0100

    ignore links in license report (#250)
---
 .github/workflows/link-validator.yml | 2 +-
 scripts/link-validator.conf          | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index af3cc8e..895dbfc 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -33,4 +33,4 @@ jobs:
         run: sbt docs/makeSite
 
       - name: Run Link Validator
-        run: cs launch net.runne::site-link-validator:0.2.2 -- 
scripts/link-validator.conf
+        run: cs launch net.runne::site-link-validator:0.2.5 -- 
scripts/link-validator.conf
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 11d596e..19a68b1 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -18,6 +18,11 @@ site-link-validator {
 
   ignore-missing-local-files-regex = ""
 
+  ignore-files = [
+    # This file is generated, we can't do much about the invalid links here
+    "license-report.html"
+  ]
+
   ignore-prefixes = [
     # GitHub will block with "429 Too Many Requests"
     "https://github.com/apache/pekko-persistence-jdbc/";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to