Skip to content

Commit

Permalink
ignore links in license report (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 11, 2024
1 parent 560bf85 commit 38f2c50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 38f2c50

Please sign in to comment.