Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Jan 29, 2025
1 parent 70c6e95 commit e1cb37d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ exclude_path = [
"venv",

# Actually ignored files beyond .gitignore
"crates/utils/re_analytics/src/event.rs", # Contains test with malformed urls
"scripts/lint.py", # Contains url-matching regexes that aren't actual urls
"crates/utils/re_analytics/src/event.rs", # Contains test with malformed urls
"scripts/lint.py", # Contains url-matching regexes that aren't actual urls
"scripts/screenshot_compare/assets/templates/",
"crates/viewer/re_viewer/src/reflection/mod.rs", # Checker struggles how links from examples are escaped here. They are all checked elsewhere, so not an issue.
"crates/store/re_grpc_client/src/redap/address.rs", # Contains some malformed URLs, but they are not actual links.
"crates/viewer/re_viewer/src/reflection/mod.rs", # Checker struggles how links from examples are escaped here. They are all checked elsewhere, so not an issue.
"crates/store/re_grpc_client/src/redap/address.rs", # Contains some malformed URLs, but they are not actual links.
]

# Exclude URLs and mail addresses from checking (supports regex).
Expand Down

0 comments on commit e1cb37d

Please sign in to comment.