lychee/src
Matthias Endler 5226cd10aa Change exclude behavior to make includes more intuitive
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.
2021-02-18 21:42:00 +01:00
..
bin/lychee Add simple, standalone client 2021-02-18 01:32:48 +01:00
client.rs Change exclude behavior to make includes more intuitive 2021-02-18 21:42:00 +01:00
client_pool.rs Add simple, standalone client 2021-02-18 01:32:48 +01:00
collector.rs Cleanup unused deserialize 2021-02-17 12:11:51 +01:00
excludes.rs Change exclude behavior to make includes more intuitive 2021-02-18 21:42:00 +01:00
extract.rs Add simple, standalone client 2021-02-18 01:32:48 +01:00
lib.rs Add doc-comment tests 2021-02-18 11:14:00 +01:00
test_utils.rs Simplify tests 2021-02-16 00:35:59 +01:00
types.rs Add simple, standalone client 2021-02-18 01:32:48 +01:00
uri.rs Simplify tests 2021-02-16 00:35:59 +01:00