mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-30 11:20:24 +00:00
Previously an include alone would not mean that only the included patterns were checked. Only if an exclude was given as well, the includes would make a difference. Now, the includes on their own will work as expected. Moved the exlude methods into the Exclude mod. Also changed the order of exclude tests to do the fast lookup ones before the regex ones. Added tests to guarantee behavior in the future. |
||
|---|---|---|
| .. | ||
| bin/lychee | ||
| client.rs | ||
| client_pool.rs | ||
| collector.rs | ||
| excludes.rs | ||
| extract.rs | ||
| lib.rs | ||
| test_utils.rs | ||
| types.rs | ||
| uri.rs | ||