Skip to content

Commit

Permalink
chore: Track links to omit in lychee (deephaven#6291)
Browse files Browse the repository at this point in the history
This adds a file that adds links to ignore when lychee gets run nightly.
It can take regex.

Worth checking to make sure my regex isn't stupid, but I aim to omit:

- Anything that contains `localhost`
- Anything that contains `docs.deephaven.io` (enterprise docs)
- The third link specifically

It may be worth passing enterprise docs auth parameters to check those
as well.

This list was generated from
https://github.com/deephaven/deephaven-core/actions/runs/11519370066/job/32068204051.

I will have a PR to fix other links in that run shortly.
  • Loading branch information
jjbrosnan authored Oct 25, 2024
1 parent 217704d commit caccfdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_localhost_
_docs.deephaven.io_
https://10.0.1.50:8123/iris/connection.json
https://deephaven.io/core/release/vX.Y.Z/javadoc
https://github.com/deephaven/deephaven.io
https://developer.mozilla.org/en-US/docs/Web/API/Transferable

0 comments on commit caccfdc

Please sign in to comment.