Skip to content

Commit fd8ab01

Browse files
committed
Add FlakeHub to Lychee ignore
1 parent a509c3a commit fd8ab01

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

TODOS.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
- [ ] Table formatting in Markdown
66
- [ ] Pagination
77
- [ ] Hoverable heading links
8+
- [ ] `/start` and `/concepts` pages
9+
- [ ] Missing icons (footer, etc.)

lychee.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
exclude = [
2-
'https://github.com\.*', # TODO: remove this when we figure out a way around GitHub's rate limits
2+
'https://flakehub.com\.*',
3+
'https://github.com\.*', # TODO: remove this when we figure out a way around GitHub's rate limits
34
'file://*',
45
]

0 commit comments

Comments
 (0)