Skip to content

Commit 1d510bf

Browse files
committed
lychee exceptions
1 parent 6753034 commit 1d510bf

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

lychee.toml

+15-3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ exclude_path = [
7070
"crates/store/re_grpc_client/src/address.rs", # Contains some malformed URLs, but they are not actual links.
7171
]
7272

73+
74+
75+
76+
77+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_values_send_columns.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_values_send_columns.cpp) | Failed: Network error: Not Found
78+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/any_values.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/any_values.cpp) | Failed: Network error: Not Found
79+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/extra_values.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/extra_values.cpp) | Failed: Network error: Not Found
80+
* [404] [https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_batch_value_send_columns.cpp](https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_batch_value_send_columns.cpp) | Failed: Network error: Not Found
7381
# Exclude URLs and mail addresses from checking (supports regex).
7482
exclude = [
7583
# Skip speculative links
@@ -154,18 +162,22 @@ exclude = [
154162
# '^file:///', # Ignore local file links. They need to be tested, but it's useful for external links we have to ping.
155163

156164
# Snippets that haven't been released yet.
157-
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates.cpp',
158-
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates.py',
159-
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates.rs',
160165
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates_legacy.cpp',
161166
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates_legacy.py',
162167
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates_legacy.rs',
168+
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates.cpp',
169+
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates.py',
170+
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_partial_updates.rs',
163171
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/points3d_send_columns.rs',
164172
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/transform3d_partial_updates.cpp',
165173
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/transform3d_partial_updates.py',
166174
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/archetypes/transform3d_partial_updates.rs',
175+
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_batch_value_send_columns.cpp',
167176
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_batch_value_send_columns.rs',
177+
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_values_send_columns.cpp',
168178
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/howto/any_values_send_columns.rs',
179+
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/any_values.cpp',
169180
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/any_values.rs',
181+
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/extra_values.cpp',
170182
'https://github.com/rerun-io/rerun/blob/main/docs/snippets/all/tutorials/extra_values.rs',
171183
]

0 commit comments

Comments
 (0)