esp-hal/.lycheeignore
Juraj Sadel a5a0833318
Add a CI workflow for checking links in .rs, .md, and .toml files acc… (#4098)
* Add a CI workflow for checking links in .rs, .md, and .toml files accross esp-hal workspace

fix dead links

* exclude unpublished crate documentation's links

* Add .lycheeignore with excluded links

* play with patterns

* don't forget to remove
2025-09-12 10:48:04 +00:00

28 lines
715 B
Plaintext

# Local/private network addresses
# Local/private network addresses (protocol-aware)
^https?://localhost
^https?://127\.0\.0\.1
^https?://0\.0\.0\.0
.*\.local
^https?://192\.168\..*
^https?://10\..*
^https?://172\.(1[6-9]|2[0-9]|3[0-1])\..*
# Template placeholders
%7B[^%]+%7D
\{[^}]+\}
# GitHub compare links (ignore only these)
^https://github\.com/.*/compare/.*\.\.\..*
# GitHub patterns
releases/tag/$
# Shield.io badges
img\.shields\.io/badge/MSRV-
# TODO: remove once released
docs\.espressif\.com/projects/rust/esp-preempt/latest/
docs\.espressif\.com/projects/rust/esp-radio-preempt-driver/latest/
docs\.espressif\.com/projects/rust/esp-radio/latest/
docs\.espressif\.com/projects/rust/esp-sync/latest/